Remote Sqlite connection

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
karweru
Posts: 220
Joined: Fri Aug 01, 2008 1:51 pm
DBs Used: DBF,mysql,mariadb,postgresql,sqlite,odbc
Contact:

Remote Sqlite connection

Post 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.
Kind regards,
Gilbert.
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Remote Sqlite connection

Post 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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply