Page 1 of 1

sqlite function is not linked

Posted: Wed 09 Apr 2014 05:44
by devart001
Uconn.Password :='devart';

error,bug:
sqlite function is not linked

Re: sqlite function is not linked

Posted: Wed 09 Apr 2014 08:59
by AlexP
Hello,

This error means that the library you are using doesn't support encryption. To solve the problem, you should use a library with encryption implemented. Or, if you develop Windows applications, you can use the Direct mode, in which encryption is already implemented.

Re: sqlite function is not linked

Posted: Wed 09 Apr 2014 09:09
by devart001
Where to download encrypted dll.
Unidac controls how to join password?

Re: sqlite function is not linked

Posted: Wed 09 Apr 2014 10:10
by AlexP
A library with support for encryption - http://www.hwaci.com/sw/sqlite/see.html
To set a password, you should set

Code: Select all

UniConnection1.SpecificOptions.Values['EncryptionKey'] := 'passwd';

Re: sqlite function is not linked

Posted: Thu 10 Apr 2014 01:11
by devart001
1.'Uconn.Password :='devart';' is what to do with it?
2.Please give a dll download address, and I did not find,
How to use it?


thanks.

Re: sqlite function is not linked

Posted: Thu 10 Apr 2014 10:17
by AlexP
1) UniConnection1.Password is not supported for SQLite.
2) http://www.hwaci.com/cgi-bin/see-step1