Re: How to create a *pass-through-query* in postgresql - Mailing list pgsql-sql

From Josh Berkus
Subject Re: How to create a *pass-through-query* in postgresql
Date
Msg-id web-68259@davinci.ethosmedia.com
Whole thread Raw
In response to Re: How to create a *pass-through-query* in postgresql  ("Richard Huxton" <dev@archonet.com>)
List pgsql-sql
D.I.,

> >I use postgresql as backend and MsAccess97 as frontend via ODBC.
> >I know, how to use VBA and pass through queries to update or insert
> rows in
> postgresql->tables.
> >But I don't know, how to do this the other way round, from
> postgresql to
> MsAccess.
> >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.

-Josh

______AGLIO DATABASE SOLUTIONS___________________________                                      Josh Berkus Complete
informationtechnology      josh@agliodbs.com  and data management solutions       (415) 565-7293 for law firms, small
businesses       fax 621-2533   and non-profit organizations.      San Francisco
 


pgsql-sql by date:

Previous
From: "Richard Huxton"
Date:
Subject: Re: How to create a *pass-through-query* in postgresql
Next
From: "Josh Berkus"
Date:
Subject: Re: maximum number of rows in table - what about oid limits?