Обсуждение: Unsupported Type UUID
Hello, I'm trying to import data from a PostgreSQL database into Microsoft Access using the ODBC drier. Any table with a uuid column fails with the message "Received an unsupported type from Postgres. (#14)" Is there a setting I can use to allow the ODBC driver to import uuid columns? Cheers, Adam Ruth
Adam Ruth wrote:
> Hello,
>
> I'm trying to import data from a PostgreSQL database into Microsoft
> Access using the ODBC drier. Any table with a uuid column fails with the
> message "Received an unsupported type from Postgres. (#14)"
>
> Is there a setting I can use to allow the ODBC driver to import uuid
> columns?
Please try the drivers on testing for 8.4.0100 at
http://www.geocities.jp/inocchichichi/psqlodbc/index.html
?
regards,
Hiroshi Inoue
Perfect! It works great. Thanks. On 06/05/2009, at 12:48 AM, Hiroshi Inoue wrote: > Adam Ruth wrote: >> Hello, >> I'm trying to import data from a PostgreSQL database into Microsoft >> Access using the ODBC drier. Any table with a uuid column fails >> with the message "Received an unsupported type from Postgres. (#14)" >> Is there a setting I can use to allow the ODBC driver to import >> uuid columns? > > Please try the drivers on testing for 8.4.0100 at > http://www.geocities.jp/inocchichichi/psqlodbc/index.html > ? > > regards, > Hiroshi Inoue