Re: Access, ODBC and "other users"

Поиск
Список
Период
Сортировка
От Greg Campbell
Тема Re: Access, ODBC and "other users"
Дата
Msg-id 3FA7B611.B13EE8F7@us.michelin.com
обсуждение исходный текст
Ответ на Access, ODBC and "other users"  (Michelle Murrain <tech@murrain.net>)
Ответы Re: Access, ODBC and "other users"  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-odbc
My first guess has to do with transactioning. Are you using any type of
explicit transactions (BeginTrans) that might not have committed or
rolled back, while your overnight script was changing the data?

Michelle Murrain wrote:
>
> We have an interesting problem with Access and ODBC. We have a fairly
> complex application, all tables and such are on Postgres. 1/2 the
> application is an Access front end (for nice reporting and some data
> entry) and 1/2 of the application is a web front end (for "public"
> access to some of the data, and interfaces for some remote
> administration. There is an overnight script that runs that updates a
> couple of tables (some detailed calculations that just take too long to
> do on the fly). After this script runs, Access then doesn't let anyone
> update the table, because "another user has modified the data".
>
> However, as far as pg is concerned the same exact user has changed data,
> the user used in the ODBC driver connection is the same user that's used
> both on the web end, and in the overnight script.
>
> Is there a way to tell Access to ignore this? Are there ways around this
> that anyone can think of, short of 1) relinking the table every morning
> or 2) creating a new table just for the calculation results?
>
> --
> .Michelle
> ---------------------------
> Michelle Murrain
> mmurrain@dbdes.com
> Database Designs Associates, Inc.
> Boston   617.889.0929
> Amherst  413.253.2874
> Cell     413.222.6350
> www.dbdes.com
>
> AIM:pearlbear0 ICQ:129250575
>
> "Our capacity to make peace with another person and with the world
> depends very much on our capacity to make peace with ourselves." -- Thich Nhat Hanh
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Philippe Lang"
Дата:
Сообщение: Re: Access, ODBC and "other users"
Следующее
От: "Jean Huveneers"
Дата:
Сообщение: Strange error in 7.3.2.01