Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRDatabase.CreateDatabase
TACRDatabase
Top 

Creates a new database file.

procedure CreateDatabase;

Description
Call CreateDatabase at runtime to create a database file using DatabaseFileName property. If the database file already exists, CreateDatabase overwrites the database's data. To avoid overwriting an existing database, check the Exists property before calling CreateDatabase.

You must set DatabaseFileName property before call to CreateDatabase method.


© AidAim Software Accuracer: