Re: ODBC driver causes VB to crash

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <cgibbs(at)westmarkproducts(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ODBC driver causes VB to crash
Date: 2002-08-08 07:10:11
Message-ID: D85C66DA59BA044EB96AB9683819CF61138029@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Corey Gibbs [mailto:cgibbs(at)westmarkproducts(dot)com]
> Sent: 07 August 2002 23:02
> To: Dave Page; pgsql-odbc(at)postgresql(dot)org
> Subject: RE: [ODBC] ODBC driver causes VB to crash
>
>
> the PGAdmin theory wasn't it. But, what i did find was if i
> did rs.Open"SELECT field1,field2,..." instead of "SELECT *
> ..." it worked.
>
> I've run into the * problem with other tables before, but
> those tables had
> like 40 columns with real long column names. This table only
> had 8 columns
> with modertly short column names.
>
> So, four hours later...
> I did find out it was a VB problem, my PG server was passing
> all requested
> data back, but VB was choking on it (imagine that)
>
> thanks for feedback, i think i've earned that new workstation ;)

Glad to hear it's working now. Incidently (for future reference),
pgAdmin is written in VB6 and uses ADO/MDAC, so if it works OK, then
it's a reasonable assumtion that MDAC & ODBC are OK.

Regards, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message Eng Kern Shen 2002-08-08 11:44:51 Problem with psqlODBC 07.02.0001and VB 6
Previous Message Corey Gibbs 2002-08-07 22:01:30 Re: ODBC driver causes VB to crash