From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | Josh Berkus <josh(at)agliodbs(dot)com> |
Cc: | DI Hasenöhrl <i(dot)hasenoehrl(at)aon(dot)at>, pgsql-sql(at)postgresql(dot)org |
Subject: | Re: How to create a *pass-through-query* in postgresql |
Date: | 2001-06-07 06:37:06 |
Message-ID: | 3B1F2112.C682CD33@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Josh Berkus wrote:
>
> D.I.,
>
> > >I want to develop a trigger, which updates or inserts rows in some
> > local
> > tables in >MsAccess on the client side.
>
> To be blunt, on top of Richard's objections, this sounds like really bad
> database application design to me. What is it you're trying to
> accomplish? Chances are, it would be a much better idea to simply
> relocate those "local tables" to the server.
Bad application design can equal good workaround for inadequate
resources. I've done the same sort of thing myself, but never tried to
manage "live" updates.
What this looks like is an attempt to replicate one or more tables. The
problem is, that's not going to be easy with ODBC as your connection.
- Richard Huxton
From | Date | Subject | |
---|---|---|---|
Next Message | David BOURIAUD | 2001-06-07 07:06:50 | About i8n |
Previous Message | Gerald Gutierrez | 2001-06-07 06:20:28 | Getting row with id=max(id) |