On Thu, 20 Jun 2013 04:34:19 +0000
"Reddy C. balaji" <balaj...@spanservices.com> 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 can be used. In the same way, from 
> MSSQL , Linked Server can be used to connect to other databases.

In postgres you can use a fdw with sqlite in it and access directly to sqlite 
dbs. There's also SQL/MED standard to interconnect ddbbmmss.
 
> In the same way are there any features available in SQLite ??

Use csv.
 
> Thank you
> Reddy Balaji C.

---   ---
Eduardo Morras <emorr...@yahoo.es>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to