Re: [sqlite] Connection between SQLite - Other Databases

2013-06-20 Thread Eduardo Morras
On Thu, 20 Jun 2013 04:34:19 + "Reddy C. balaji" wrote: > Hi All, > Please let me know the options available to connect to other > databases ( Oracle, MSSQL , MySQL etc ) from SQLite. For example, to connect > from Oracle to other databases DBLink

Re: [sqlite] Connection between SQLite - Other Databases

2013-06-20 Thread Vivien Malerba
Hi! You can check Libgda which allows you to open several connections (e.g. 1 for SQLite and 1 for Oracle), bind them together in different namespaces, and execute SQL code on all the bound connections at the same time. Regards, Vivien On 20 June 2013 06:34, Reddy C. balaji

Re: [sqlite] Connection between SQLite - Other Databases

2013-06-20 Thread Hick Gunter
balaji [mailto:balaj...@spanservices.com] Gesendet: Donnerstag, 20. Juni 2013 06:34 An: sqlite-users@sqlite.org Betreff: [sqlite] Connection between SQLite - Other Databases Hi All, Please let me know the options available to connect to other databases ( Oracle, MSSQL , MyS

Re: [sqlite] Connection between SQLite - Other Databases

2013-06-20 Thread Simon Slavin
On 20 Jun 2013, at 5:34am, "Reddy C. balaji" wrote: > Please let me know the options available to connect to other databases ( > Oracle, MSSQL , MySQL etc ) from SQLite. None. SQLite doesn’t understand TCP/IP. It can’t connect to anything. Simon.

[sqlite] Connection between SQLite - Other Databases

2013-06-19 Thread Reddy C. balaji
Hi All, Please let me know the options available to connect to other databases ( Oracle, MSSQL , MySQL etc ) from SQLite. For example, to connect from Oracle to other databases DBLink can be used. In the same way, from MSSQL , Linked Server can be used to connect to other