Milav Soni [Teq Diligent] wrote: > I want to connect/open/read/write the Sqlite3 Database File through > Remotely (using "ssh").
SQLite accesses database files as files. So if you want to open a database through SSH, you have to use a file system that works through SSH. (There is sshfs, which does not implement locking.) Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

