
Creating a new database programmatically (BDE)
In Pdox terms, a 'Database' is nothing more than a collection of tables,
along with their indexes, validity check files, etc. It's just a directory
in the file system. When BDE 'opens' a database, it's just creating a
handle to the file locations (directory).
Bob
Quote:
> Is there any way to create a new Paradox/Dbase database using the BDE
> database API using C++? I have examples on how to create tables once
> a database is open, but none on creating a database (other than through
> the standard Paradox Application)
> Thanks,
> Stuart Harris