The problem of UniDac implementing SQLite database through multiple third-party encryption connections via TUNiconnect.
I am building a Delphi application that can connect to SQLite databases,
But because there are multiple DLL implementations for encrypting SQLite databases,
At the same time, the encrypted SQLite database cannot know the type of encryption,
So I created a function to traverse connections,
Until success.
The problem I am facing now is that when I pass
SpecificOptions.Values['ClientLibrary']:=ExtractFilePath(Application.ExeName) + 'SQLite.Interop.dll';
If the connection fails, proceed to the next connection, but in reality. Changing this parameter will not be of any use.
You will receive the following prompt: