PDA

View Full Version : Can I connect the application into a remote server by using SQLite database??



Qt_coder
28th February 2011, 18:00
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 !

squidge
28th February 2011, 18:44
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?

Qt_coder
28th February 2011, 21:10
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

viline
8th March 2011, 08:57
Try to use this one: http://sqlitedbms.sourceforge.net/index.htm . I think it will be enough for your task