开发者

Link an ODBC database table into Postgres

I have an Att开发者_如何转开发ache 7 GL system, which runs its own proprietary ODBC connector to its database. I want to connect to these tables in Postgres via odbc and get all the data into the Postgres database.

How can I connect to an ODBC database direct from Postgres and move the tables over into Postgres?

Thanks in Advance.


PostgreSQL itself doesn't let you connect out to a ODBC datasource. What you can do is use a script (in any language that can speak ODBC) or some tool such as Microsoft DTS (if you have SQL Server somewhere) to transfer the data over using ODBC. But it'll be a one-way copy, it won't give you live views of the data.


There is a possibility with ODBC-Link: http://www.postgresql.org/message-id/4BB5BD4C.1050508@cybertec.at

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜