Uconn.Password :='devart';
error,bug:
sqlite function is not linked
sqlite function is not linked
Re: sqlite function is not linked
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.
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
Where to download encrypted dll.
Unidac controls how to join password?
Unidac controls how to join password?
Re: sqlite function is not linked
A library with support for encryption - http://www.hwaci.com/sw/sqlite/see.html
To set a password, you should set
To set a password, you should set
Code: Select all
UniConnection1.SpecificOptions.Values['EncryptionKey'] := 'passwd';Re: sqlite function is not linked
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.
2.Please give a dll download address, and I did not find,
How to use it?
thanks.
Re: sqlite function is not linked
1) UniConnection1.Password is not supported for SQLite.
2) http://www.hwaci.com/cgi-bin/see-step1
2) http://www.hwaci.com/cgi-bin/see-step1