Re: ms access 97 - Mailing list pgsql-odbc

From Vidas Makauskas
Subject Re: ms access 97
Date
Msg-id d8mlhs$1oe0$1@news.hub.org
Whole thread Raw
In response to ms access 97  ("Vidas Makauskas" <vms@centras.lt>)
List pgsql-odbc
Much thanks,
As i understoot it do not imposible update recordset without table linking.

""Greg Campbell"" <greg.campbell@us.michelin.com> wrote in message
news:42A842B5.9050100@us.michelin.com...
> 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?



pgsql-odbc by date:

Previous
From: Jon Farb
Date:
Subject: Re: Can I specify a SCHEMA in the ODBC string?
Next
From: Ludek Finstrle
Date:
Subject: Re: Can I specify a SCHEMA in the ODBC string?