Re: ms access 97

From: "Vidas Makauskas" <vms(at)centras(dot)lt>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ms access 97
Date: 2005-06-14 13:20:03
Message-ID: d8mlhs$1oe0$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Much thanks,
As i understoot it do not imposible update recordset without table linking.

""Greg Campbell"" <greg(dot)campbell(at)us(dot)michelin(dot)com> wrote in message
news:42A842B5(dot)9050100(at)us(dot)michelin(dot)com(dot)(dot)(dot)
> If your recordset is going to be not updateable,
> you should try a dbOpenReadOnly instead of dbOpenDynaset.
> In fact I would say dbOpenDynaset should be reserved for Jet datasources.
> Make DML updates using individual UPDATE, INSERT, and DELETE statements.
>> I can edit link'ed table. Primary key exists too. But
>> Set recordset = conODBC.OpenRecordset("SELECT * FROM table",
>> dbOpenDynaset
>> [,dbOptimistic] )
>> recordset.updatable = false
>> what is wrong?

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Kochetkov 2005-06-15 16:38:35 {? = call myfunc(?,?)} syntax for set-returning functions
Previous Message Francisco Figueiredo Jr. 2005-06-14 01:37:01 Re: Problem while using Refcursors in Postgres with