As you can see, there is old
release.
It is correct. For most cases it is sufficient
to replace sqlite.dll with given on
homepage.
And run the server on the remote
machine.
The SqliteBrowser is only for
testing!!!
BUT:
Current State is not on the homepage. I am
currently working on this.
In the new release the sqlite.dll will be
sqlite_client.dll
You can still rename it to sqlite.dll and use as
described above.
The Server will require original sqlite.dll (so
you see, why i had to rename client lib)
Which you can get from www.sqlite.org. or compile with your favorite
compiler.
The same procedure under Linux:
Client uses sqlite_client.so for remote calls.
Server accept the calls and uses
original sqlite.so for local database
access.
Best regards
Alex K.
|