Re: DAO VB ODBC "read only problems

From: "Miller, Sam" <sam(dot)miller(at)intel(dot)com>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>, "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-31 17:39:18
Message-ID: 794826DE8867D411BAB8009027AE9EB9135B7304@FMSMSX38
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hiroshi,

IT WORKS!!! Thanks a million.
When understand a little more what I am doing, I guess I should write a
mini-faq.

Sam

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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Damar Thapa 2001-11-01 09:45:48 getting started with libpq and postgresql
Previous Message Bruce Momjian 2001-10-31 15:11:38 Re: ECPG - connection name in "EXEC SQL AT ... " statement