Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TABSDatabase.MakeExecutableDatabase
TABSDatabase
Top 


Merges an executable stub with the database file.

procedure MakeExecutableDatabase(const ExeStubFileName, ExeDbFileName: string);

Description
MakeExecutableDatabase merges application exe file with the underlying database file.
Merged executable database file is created with the name specified by the ExeDbFileName parameter.
MakeExecutableDatabase lets you create an application that stores all database data inside itself.

Note:   Windows locks the file being executed, so an executable database is read only. If you need to modify database data, you should copy database to the temporary folder and open it there.

Note:   Take a look at MakeExecutableDatabase demo and at DBManager utility to see an example of MakeExecutableDatabase use.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 29, 2024