Can I connect the application into a remote server by using SQLite database??
H! every one ,,
I'm working on a project using Qt and SQLite ,
but I have a question!
How can I get information from a remote server to update my SQLite database?
Can SQLite to connect with a remote server???
IF no what is the solution?? please??
Note that: my application depends on a local DataBase like SQLite.
Thanks for everyone !
Re: Can I connect the application into a remote server by using SQLite database??
That would depend on exactly what the remote server offered.
If it's SQL, what would stop you from querying the remote server and your application inserting the relevent rows to your SQLite db?
Re: Can I connect the application into a remote server by using SQLite database??
Thanks squidge
In other words ....
can i connect to SQLite database that store at a remote server??
in short:
my application depends on a local database (embedded) , but maybe need to ask or contact with the owner/administartore .
now if i work under SQLite can i do that??
::.. Sorry for my english ,,, it is not my native language ^_^ ..::
Thanks very much
Re: Can I connect the application into a remote server by using SQLite database??
Try to use this one: http://sqlitedbms.sourceforge.net/index.htm . I think it will be enough for your task