You are not logged in.
Hello,
For those of us who are developing so-called basic
Windows client-server applications (using SQLite3) that are *not* Web applications,
I understand the way to go is still to use
the HTTP server (http.sys) for remote access.
If one does not want to use interfaces
and write the server application as a service, eg. using TServiceFactoryServer,
then we just use
TSQLite3HttpServer and TSQLite3HttpClient...
Now if I understood correctly, it still makes
sense to run the server console application as a service
for maximum flexibility, and this can be achieved using
CreateNewService,CreateOpenService?
With thanks for your comments,
Sami
Offline
Yes, will do that, thanks. Just wanted to get 'the big picture' right.
Offline