Topic: TSQLiteDatabase Options
Hi,
An example. I place a TSQLiteDatabase component on a form. Looking at the Options property I noticed that these are strange settings meaning not the default of SQLite. For example Synchronous is set Off but the default of SQLIte is FULL.
Also when I use CreateDatabase then the settings of this new created database are different. The options are not all used when creating the database. Is this correct?
Regards,
Pascal