Re: [INTERFACES] ODBC + Symantec Cafe 2.5 problem

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: Ivo Simicevic <ivo(at)ultra(dot)hr>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] ODBC + Symantec Cafe 2.5 problem
Date: 1998-09-21 14:27:06
Message-ID: 3606623A.E60B29F5@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Ivo Simicevic wrote:

> When I try to select a table in Symantecs' Visual Cafe 2.5
> Wizard I get this error message:
>
> 905438788 Error: SQL9999
> Message: [Symantec][dbANYWHERE Server][Version: 1.1 - Build:
> 215][SQL]Database engine or client library specific error encou
> ntered.
> DBMS error code: 1
> DBMS message: Null statement result in SQLFetch.
> Suggestion: Please see the specific database's vendor supplied
> manual(s) for further information concerning this error.
>
> Can anyone tell me what this is about, and what to do to
> overcome this problem.
>

I have seen a similar problem ("Null statement result in SQLFetch") when
trying to use the odbc driver with a postgres 6.4 backend. It has to do
with the size change of the atttypmod field. I have fixed it here for
the upcoming 250 release.

Are you indeed using postgres 6.4?

Byron

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message jkraai 1998-09-21 15:04:17
Previous Message Byron Nikolaidis 1998-09-21 14:23:33 Re: [INTERFACES] SQLPrimaryKeys