RE: slow odbc access.... - Mailing list pgsql-interfaces

From Dave Page
Subject RE: slow odbc access....
Date
Msg-id 8568FC767B4AD311AC33006097BCD3D61A2788@woody.vale-housing.co.uk
Whole thread Raw
In response to slow odbc access....  (Sanjay Arora <sk@pobox.com>)
List pgsql-interfaces

> -----Original Message-----
> From: Sanjay Arora [mailto:sk@pobox.com]
> Sent: 28 November 2000 23:34
> To: pgsql-interfaces@postgresql.org
> Subject: [INTERFACES] slow odbc access....
> 
> 
> I am using postgreSQL v. 7.0.2 on RH Linux 6.2 on the server with VB6
> Application accessing the DB through postgrSQL ODBC driver v. 
> 6.50 on a 10
> mbps ethernet network using four eight port cascaded hubs. PG 
> is recompiled
> with BLCKSZ 32 kb.

Try to use ADO to access the database rather than DAO or RDO as it's much
quicker. Make sure you use ForwardOnly recordsets wherever possible and only
use Dynamic if you absolutely have to.

Another thing to remember - Jet is evil don't let it anywhere near your
project if you can help it!!

HTH, regards,
Dave.


pgsql-interfaces by date:

Previous
From: Dave Page
Date:
Subject: RE: pgAdmin problems
Next
From: Peter Mount
Date:
Subject: RE: bytea not recognized by JDBC (7.0.2)