RE: ODBC driver - Mailing list pgsql-interfaces

From Nicolas Huillard
Subject RE: ODBC driver
Date
Msg-id 01BFCC99.A48E1220@toulouse.int.ghs
Whole thread Raw
In response to ODBC driver  (Mihai Gheorghiu <tanhq@bigplanet.com>)
List pgsql-interfaces
The best way to see how it works is to look at the query log in the postgres back-end. My bet is that Access will send
select/where-clausesand so on to the back-end, for each table, and then do it's join locally, on the subset of the
data.Maybe it can work even smarter...
 

Nicolas Huillard

-----Message d'origine-----
De:    Mihai Gheorghiu [SMTP:tanhq@bigplanet.com]
Date:    jeudi 1 juin 2000 23:49
À:    pgsql-interfaces@postgresql.org
Objet:    ODBC driver

A previous message mentioned that MSAccess performs a join locally when
accessing a postgres database via the ODBC drivers (link files).
Does that mean that it sends the entire tables from the postgres server to
the Win computer and the query is actually performed by MSAccess?

Thanks,

Mihai Gheorghiu




pgsql-interfaces by date:

Previous
From: Patrick Welche
Date:
Subject: Re: PostgreSQL JDBC error: Missing or erroneous pg_hba.conf file
Next
From: Jeff Eckermann
Date:
Subject: RE: RE: ODBC driver