Re: [INTERFACES] ODBC-Interface (PostODBC) and Postgres 6.3.2

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: Oliver Stegle <ostegle(at)fr(dot)infra(dot)net>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] ODBC-Interface (PostODBC) and Postgres 6.3.2
Date: 1998-05-14 13:20:23
Message-ID: 355AEF97.883F35F2@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Oliver Stegle wrote:

> >But there ist still one problem:
> > I can import any table from the SQl-Server without problem.
> > I also can use SQL-Queries out of my Programs.
> >But I can't export Tables from e.g. Microsoft Access to the
> >PostgreSQL-Server:
> > -> ODBC-Call did not success:
> > "Tha Handle does not point to a statement that is ready to be
> >executed(#-1)"
> >Tha Server himself writes to his logfile:
> >" ERROR: msysconf: table does not exist."
> >
> >->it is very interesting, that the client can't write the table-content to
> >the server.
> > But the Table and it's fields are created successful, it's only empty.
> >
> >
> >Have you any idea??

Yes, the export problem ("Handle does not point to a statement that is ready..."
) IS a bug in the driver, and is fixed in version .0240, which will be released
on Friday.

The "ERROR: msysconf" is a harmless warning message actually.

Byron

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Teodorescu Constantin 1998-05-14 13:41:05 Re: [INTERFACES] Index unused with OR?
Previous Message Olaf Mittelstaedt 1998-05-14 12:12:29 Re: ODBC-Interface (PostODBC) and Postgres 6.3.2