Re: ODBC read/write permission in MS Access - Mailing list pgsql-general

From Joel Burton
Subject Re: ODBC read/write permission in MS Access
Date
Msg-id Pine.LNX.4.21.0107311332420.721-100000@olympus.scw.org
Whole thread Raw
In response to Re: ODBC read/write permission in MS Access  (wsheldah@lexmark.com)
List pgsql-general
On Tue, 31 Jul 2001 wsheldah@lexmark.com wrote:

>
>
> Check to see that the user you specified in the Windows DSN has all the
> permissions in PostgreSQL it should have to do the updates.  Is Access telling
> you that you have a non-updatable recordset?  If so, I think the online help has
> a set of troubleshooting steps to work through.
>
> Long term, you might consider using unbound forms that use select statements to
> fill out the form in its On Load event, and insert/update statements to update
> the back end on the appropriate On Update, etc. events.  Locks won't be held as
> long, you'll get to do programmatic error checking and error handling which
> could make it more user-friendly, etc. etc.

or search google or the archives for "half-bound" forms, where I explain
strong compromise to bound/unbound forms.

--
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington


pgsql-general by date:

Previous
From: Joel Burton
Date:
Subject: Re: looking for a secure
Next
From: Richard Huxton
Date:
Subject: Re: Asking for some PL/pgSQL Tips