Devart 7.1 Sqlite value returns
Posted: Tue 04 Sep 2018 17:32
Hello
When I use the following instructions:
the value retrieved for 'connectmode' and 'encryptionalgorithm', is zero.
Should it be like this? or it must be 'cmDefault' and 'leDefault'
Thanks
When I use the following instructions:
Code: Select all
TUniProvider(UniProviders.GetProvider('SQLite')).GetConnectionOptions[i].OptionName = 'ConnectMode'
TUniProvider(UniProviders.GetProvider('SQLite')).GetConnectionOptions[i].OptionName = 'EncryptionAlgorithm' Should it be like this? or it must be 'cmDefault' and 'leDefault'
Thanks