Re: @#$%^& Access and PostgreSQL

Поиск
Список
Период
Сортировка
От Jeff Eckermann
Тема Re: @#$%^& Access and PostgreSQL
Дата
Msg-id 20040615151659.36113.qmail@web20804.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: @#$%^& Access and PostgreSQL  (Joe Conway <mail@joeconway.com>)
Список pgsql-odbc
--- Joe Conway <mail@joeconway.com> wrote:
> Roderick A. Anderson wrote:
> > Short story.  Pg 7.2 running on a Linux box.  MS
> Access 2000 on WinXP Pro.
> > I can query and fiddle with the data in Access but
> I haven't figured out
> > how to get the changes back into Pg.
>
> >
> > Quick; please someone hit me with a cluestick!  Or
> if it's too far to
> > reach is there a tutorial on using MS Access and
> Pg together?
>
> It's been a long time since I've messed with
> MSAccess/pgsql, but IIRC,
> you need to be sure your table has a primary key
> defined to get a
> writeable recordset. Also, make sure the linked
> table on the Access side
> reflects that.

Good points: always refresh (or relink) your linked
tables after making changes to tables on the server
side; also, I find life becomes much easier with
Access when I use a serial primary key on every table
as a matter of course.

Have you created your tables without oid's?  I believe
that could cause you a problem, because the ODBC
driver expects oid's in some circumstances.  In any
case, I suggest you set the "row versioning" driver
setting to true.

The suggestion elsewhere to turn on logging, on both
client and server sides, is a good one.

>
> HTH,
>
> Joe
>
> ---------------------------(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
>




__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail

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

Предыдущее
От: "Philippe Lang"
Дата:
Сообщение: Re: @#$%^& Access and PostgreSQL
Следующее
От: "Roderick A. Anderson"
Дата:
Сообщение: Re: @#$%^& Access and PostgreSQL