Re: [GENERAL] Linking a Postgres table on Linux to Ms Access

2007-01-25 Thread Joshua D. Drake
codeWarrior wrote: > go in the other direction... Convert your table in MS Access to use a > pass-through query to the postgreSQL table. Connect yoour MS Access pass > through table to postgreSQL using OBBC. > > Even better: Drop MS Access completely and just use postgreSQL. Access is a > total

Re: [GENERAL] Linking a Postgres table on Linux to Ms Access

2007-01-25 Thread codeWarrior
go in the other direction... Convert your table in MS Access to use a pass-through query to the postgreSQL table. Connect yoour MS Access pass through table to postgreSQL using OBBC. Even better: Drop MS Access completely and just use postgreSQL. Access is a totally inferior technology. ""car

[GENERAL] Linking a Postgres table on Linux to Ms Access

2007-01-25 Thread carter ck
Hi all, Is there any way that I can synchronize a table in Postgres on Linux with another table in Ms Access? The requirement of the assignment is as following: In postgres, there is a table called message_received. Whenever we insert, update or edit this table, the table in Ms Access should