Page 1 of 1

Remote Sqlite connection

Posted: Mon Nov 22, 2010 7:30 am
by karweru
Hi Friends,

Has anyone been able to connect with a sqlite database in a remote pc? If so, kindly help with some hints. Can one use RDDINFO( RDDI_CONNECT.......) for instance? Thanks in advance.

Re: Remote Sqlite connection

Posted: Mon Nov 22, 2010 7:57 am
by Rathinagiri
Since SQLite databases are file based, if you can access a file in remote, the same file address can be used to connect to a SQLite database.