Re: DAO VB ODBC "read only problems

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: "Miller, Sam" <sam(dot)miller(at)intel(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: DAO VB ODBC "read only problems
Date: 2001-10-30 23:53:50
Message-ID: 3BDF3D8E.F7E7FA7E@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

"Miller, Sam" wrote:
>
> Hiroshi and others,
>
> Nope....
>
> Also tried (randomly):
> -Disabling KSQO
> -Enabling "Unknowns as LongVarChar"
> -Enabling Parse Statements
> -Enabling Show System Tables
> -Switching to 6.3 Protocol
>

Please try
Set rs = conSource.OpenRecordset("Select * From data2", dbOpenDynaset, _
dbExecDirect, dbOptimisticValue)
and never forget to set the DefaultCursorDriver property.

regards,
Hiroshi Inoue

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2001-10-31 01:16:51 Re: ECPG - connection name in "EXEC SQL AT ... " statement
Previous Message Ralf Ullrich 2001-10-30 20:36:02 Need Help with BLOBs via DBI