RE: Re: Strange behaviour with Autocad/ODBC - Mailing list pgsql-odbc

From Dave Page
Subject RE: Re: Strange behaviour with Autocad/ODBC
Date
Msg-id 8568FC767B4AD311AC33006097BCD3D61A29B0@woody.vale-housing.co.uk
Whole thread Raw
In response to Strange behaviour with Autocad/ODBC  ("Andrea Aime" <aaime@comune.modena.it>)
List pgsql-odbc

> -----Original Message-----
> From: Andrea Aime [mailto:aaime@comune.modena.it]
> Sent: 21 February 2001 07:16
> Cc: Postgres ODBC
> Subject: [ODBC] Re: Strange behaviour with Autocad/ODBC
>
>
> >
> > Have you considered creating _two_ ODBC datasources, both
> pointing at the
> > same DB, one with declare/fetch for AutoCAD, and one
> without, for PgAdmin?
> >
> > Ross
>
> heh, yes, I've thougt about it, but that's a workaround, not
> a straight
> solution... I asked just to put inform people working on the source
> code, good software usually deals also with misbehaved clients... :-)
> Anyway, ODBC driver is already a great piece of sw... :-)
> Bye

Hey, don't knock pgAdmin, it's not my fault! Just because ADO can only do
forward-only recordsets with Declare/Fetch on...

Seriously though, ADO can't use server side cursors on PostgreSQL because
(presumably) the ODBC driver doesn't support them to a high enough level.

If can you see the query that is causng AutoCAD to crash if you switch on
the drivers commlog? If so, if you run it in pgAdmin, does it crash?

Regards, Dave.

pgsql-odbc by date:

Previous
From: Laurentiu Drob
Date:
Subject: StarOffice for Linux
Next
From: "Andrea Aime"
Date:
Subject: Re: Re: Strange behaviour with Autocad/ODBC