Re: What text format is this and can I import it into Postgres?
От
Thomas Kellerer
Тема
Re: What text format is this and can I import it into Postgres?
Дата
Msg-id
k14i7s$d13$1@ger.gmane.org
Ответ на
Re: What text format is this and can I import it into Postgres? (Mike Christensen)
Список
Дерево обсуждения
What text format is this and can I import it into Postgres? Mike Christensen <mike@kitchenpc.com>
Re: What text format is this and can I import it into Postgres? Rob Sargent <robjsargent@gmail.com>
Re: What text format is this and can I import it into Postgres? Bosco Rama <postgres@boscorama.com>
Re: What text format is this and can I import it into Postgres? Mike Christensen <mike@kitchenpc.com>
Re: What text format is this and can I import it into Postgres? Mike Christensen <mike@kitchenpc.com>
Re: What text format is this and can I import it into Postgres? Bosco Rama <postgres@boscorama.com>
Re: What text format is this and can I import it into Postgres? Adrian Klaver <adrian.klaver@gmail.com>
Re: What text format is this and can I import it into Postgres? Thomas Kellerer <spam_eater@gmx.net>
Re: What text format is this and can I import it into Postgres? Rob Sargent <robjsargent@gmail.com>
Re: What text format is this and can I import it into Postgres? John R Pierce <pierce@hogranch.com>
Re: What text format is this and can I import it into Postgres? Mike Christensen <mike@kitchenpc.com>
Re: What text format is this and can I import it into Postgres? John R Pierce <pierce@hogranch.com>
Re: What text format is this and can I import it into Postgres? Mike Christensen <mike@kitchenpc.com>
Re: What text format is this and can I import it into Postgres? David Johnston <polobo@yahoo.com>
Re: What text format is this and can I import it into Postgres? John R Pierce <pierce@hogranch.com>
Re: What text format is this and can I import it into Postgres? Edson Richter <edsonrichter@hotmail.com>
Mike Christensen, 23.08.2012 02:41: > Oh, also if anyone knows of a way to export an Access database to > Postgres, that might be helpful. I don't have a copy of Access. If you have a Windows box, you can try SQL Workbench/J. Even though it is a Java application it can connect to an Access database using the JDBC/ODBC bridge. As every Windows box has an ODBC driver for Access built-in you don't need any additional drivers (you do need a Java runtime obviously). An example connection URL is shown in the manual: http://www.sql-workbench.net/manual/profiles.html#odbc On a 64bit System setting up the ODBC connection can be tricky though as both 32bit and 64bit drivers are registered I believe. The Java Runtime has to have the same "bits" as the ODBC driver in order to work. I have no idea if using JDBC/ODBC would work on a Unix/Linux box though. SQL Workbench can export any database it can connect to, to various output formats (http://www.sql-workbench.net/manual/command-export.html). The text/csv exports can be imported into Postgres. Regards Thomas (I'm the author of SQL Workbench/J)
В списке pgsql-general по дате отправления
От: Thomas Kellerer
Дата: