RE: ODBC driver

From: Gregory Krasnow OpenSourceCRM <gak(at)opensourcecrm(dot)org>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: RE: ODBC driver
Date: 2000-06-01 22:14:09
Message-ID: 714345630B87D3118C810090274E7643023E40D4@enterprise.stoneanalytics.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I believe that the JET Database Engine (on which Access is based) always
performs joins, order bys, etc... locally. I believe though that it only
grabs a certain number of rows at a time from the actual table.

- Greg

-----Original Message-----
From: Mihai Gheorghiu [mailto:tanhq(at)bigplanet(dot)com]
Sent: Thursday, June 01, 2000 2:49 PM
To: pgsql-interfaces(at)postgresql(dot)org
Subject: [INTERFACES] 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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Randall Skelton 2000-06-01 22:22:22 TCP/IP DB connection for a Macintosh?
Previous Message Mihai Gheorghiu 2000-06-01 21:49:00 ODBC driver