RE: slow odbc access....

Поиск
Список
Период
Сортировка
От Dave Page
Тема RE: slow odbc access....
Дата
Msg-id 8568FC767B4AD311AC33006097BCD3D61A2788@woody.vale-housing.co.uk
обсуждение исходный текст
Ответ на slow odbc access....  (Sanjay Arora <sk@pobox.com>)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: RE: pgAdmin problems
Следующее
От: Peter Mount
Дата:
Сообщение: RE: bytea not recognized by JDBC (7.0.2)