S sanjaypiplodiya Member Apr 20, 2009 #1 What does it mean by Void Database? How to add Metaschema Information into Void Database? Please help me. Thanks & Regards Sanjay Piplodiya
What does it mean by Void Database? How to add Metaschema Information into Void Database? Please help me. Thanks & Regards Sanjay Piplodiya
S SSuhaib Member Apr 20, 2009 #2 Void database contains only structure of the database. You can't do any operations on it without first copying the metaschema. To copy the metaschema and depending on your blocksize use the command below procopy $DLC/emptyn dbname where 'n' is your blocksize. or, you can do a propcopy, prodb or prorest to copy an existing database to a new database.
Void database contains only structure of the database. You can't do any operations on it without first copying the metaschema. To copy the metaschema and depending on your blocksize use the command below procopy $DLC/emptyn dbname where 'n' is your blocksize. or, you can do a propcopy, prodb or prorest to copy an existing database to a new database.
S sanjaypiplodiya Member Apr 20, 2009 #3 SSuhaib said: Void database contains only structure of the database. You can't do any operations on it without first copying the metaschema. To copy the metaschema and depending on your blocksize use the command below procopy $DLC/emptyn dbname where 'n' is your blocksize. or, you can do a propcopy, prodb or prorest to copy an existing database to a new database. Click to expand... Thank you very much.... Thanks & Regards Sanjay Piplodiya
SSuhaib said: Void database contains only structure of the database. You can't do any operations on it without first copying the metaschema. To copy the metaschema and depending on your blocksize use the command below procopy $DLC/emptyn dbname where 'n' is your blocksize. or, you can do a propcopy, prodb or prorest to copy an existing database to a new database. Click to expand... Thank you very much.... Thanks & Regards Sanjay Piplodiya