Re: VB slow access

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Lucas Grijander'" <cuidadin(at)altavista(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: VB slow access
Date: 2001-12-10 19:46:13
Message-ID: FED2B709E3270E4B903EB0175A49BCB104734F@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Lucas Grijander [mailto:cuidadin(at)altavista(dot)com]
> Sent: 10 December 2001 14:24
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: [ODBC] VB slow access
>
>
> Hi:
>
> I am writting a Visual Basic 4.0 app. I use PostgreSQL 7.1.3
> on a Linux Mandrake 8.1 Server. Connection is through ODBC
> (v. 7.0.8). The database has 35 tables, the biggest with
> 35.000 records.
>
> My problem is when I write in the database (I write to 10
> tables in the db). It takes about 25 seconds to complete the
> writting operation, wich is a lot of time. It takes only a
> second to do the same for the pgadmin using the same ODBC and
> computers.

Hi,

Do you have all the logging switched off? pgAdmin II doesn't use DSN's so if
the DSN you are using from your VB app has logging enabled, then that may be
the cause of the speed problem.

If this isn't the problem, perhaps you could provide some examples of the
code you are using.

Regards, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message odbc Postgres 2001-12-11 00:05:19 Re: largeobject
Previous Message Lucas Grijander 2001-12-10 14:24:06 VB slow access