New empty DB.

ank123

New Member
Hi,
I want to create new empty database and i have .df file for same.
Please let me know the steps to make this done.
Do i require some more info except .df for this?
TIA
 

TomBascom

Curmudgeon
Use the "prodb" command to create a new, empty, database. For instance:

Code:
prodb newdnname $DLC/empty8

(You need to specify the full path to an empty database with the correct block size in order to use a non-default block size. And you should almost always use either a 4k or an 8k block.)

You can then start the db and load the .df file.
 
Top