Re: ODBC read/write permission in MS Access

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: ODBC read/write permission in MS Access
Дата
Msg-id Pine.LNX.4.21.0107311332420.721-100000@olympus.scw.org
обсуждение исходный текст
Ответ на Re: ODBC read/write permission in MS Access  (wsheldah@lexmark.com)
Список 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 по дате отправления:

Предыдущее
От: Joel Burton
Дата:
Сообщение: Re: looking for a secure
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Asking for some PL/pgSQL Tips