Re: PostgreSQL ODBC driver: recordset not updatable

From: "" <npdavis(at)hotmail(dot)com>
To: jburton(at)scw(dot)org
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: PostgreSQL ODBC driver: recordset not updatable
Date: 2000-12-05 03:02:10
Message-ID: F250axXnvBW8II9jNkX00005c3d@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Joel,
I love it when I am proved wrong and another resource is dumped into my lap!
That is how I learn. I admit I was generalizing. I did a little research
into odbc on windows after I wrote that and found that the MySQL driver
works really well. Open source ODBC on windows has come a long way since I
last played with it.

thanks!
Neil

>From: "Joel Burton" <jburton(at)scw(dot)org>
>To: "Neil Davis" <npdavis(at)hotmail(dot)com>
>CC: <pgsql-interfaces(at)postgresql(dot)org>
>Subject: Re: [INTERFACES] PostgreSQL ODBC driver: recordset not updatable
>Date: Mon, 4 Dec 2000 17:00:30 -0500
>
>On 4 Dec 2000, at 15:18, Neil Davis wrote:
>
> > ODBC drivers on Micro$oft windows, typically do not support update,
> > delete or insert (db modification) through them when used against
> > non-microsoft databases. Part of the price you pay for ODBC. You will
> > have to write server side functions and execute them through the odbc
> > connections like:
>
>In MS Access, you can update, delete, insert, either by (a) direct
>linked tables, or (b) ODBCDirect. You can't when using "Pass-
>through queries".
>
>In VB, when I simply bind a data object to a PG recordset, that's
>updatable too.
>
>You might want to look into your problem; I don't know exactly
>what you've been trying w/ODBC + PG, but, in at least several
>areas, I've been able to update recordsets w/o problem and w/o
>parameterized queries.
>
>http://www.scw.org/pgaccess may have some helpful info. It's
>mostly Access-focused, but has general info about ODBC + PG.
>
>Good luck!
>
>--
>Joel Burton, Director of Information Systems -*- jburton(at)scw(dot)org
>Support Center of Washington (www.scw.org)

_____________________________________________________________________________________
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Samplonius 2000-12-05 04:33:37 Re: PostgreSQL ODBC driver: recordset not updatable
Previous Message Roderick A. Anderson 2000-12-04 22:34:55 Re: Where do COMMENTs on columns go?