![]() |
ASQLiteInlineSQL | Connector for ASQLiteInlineSQL component. The ASQLiteInlineSQL component is a storages place for SQL, i.e. to create in-memory tables. |
ASQLiteLog | Connector for ASQLiteLog component. Used for logging and debugging. | |
ASQLitePragma | Connector for ASQLitepragma component. Used if you need to change default SQLite settings. | |
Connected | Set to 'true' to connect to a database. The same effect wll be reached by the Open method. | |
Database | Name of the physical database file | |
DefaultDir | Default directory to look for the database file. If set, dropping down the database combobox will show all available databases within the selected directory. | |
DefaultExt | Default database extension. Default .SQB | |
DriverDll | Location of the sqlite3.dll to use | |
ExecuteInlineSQL | If set to true, opening the database will also execute the inlinesql immediately after opening. | |
MustExist | To create a database you just enter a database name and open it. If it does not exists it will be created automatically. Setting this property to true will prevent this default SQLite behaviour and raise an error if the database does not exists. | |
Name | Name of the component | |
Tag | Tag (see Borland documentation) | |
TransactionType | Can be set to blank (= default), default, deferred, immediate and exclusive). For usage see the sqlite documentation on www.sqlite.org. This value is used when using transactions without declaring it's type. | |
Version | Returns the current dll version after connect. |