Re: Linking a Postgres table on Linux to Ms Access

From: "codeWarrior" <gpatnude(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Linking a Postgres table on Linux to Ms Access
Date: 2007-01-26 02:17:20
Message-ID: epbo4f$266s$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

""carter ck"" <carterck32(at)hotmail(dot)com> wrote in message
news:BAY101-F28C98428FE76C9CB51D1D3D5A20(at)phx(dot)gbl(dot)(dot)(dot)
> 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 also be updated.
>
> Advices and suggestions are all welcomed and appreciated.
>
> Thanks
>
> _________________________________________________________________
> Get an advanced look at the new version of Windows Live Messenger.
> http://get.live.com/messenger/overview
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2007-01-26 02:39:27 Re: Linking a Postgres table on Linux to Ms Access
Previous Message carter ck 2007-01-26 02:04:53 Linking a Postgres table on Linux to Ms Access