Re: VB6 and RowCount fix

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Ludek Finstrle" <luf(at)pzkagis(dot)cz>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: VB6 and RowCount fix
Date: 2005-12-18 16:23:19
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E485081B@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

-----Original Message-----
From: Ludek Finstrle [mailto:luf(at)pzkagis(dot)cz]
Sent: Sun 12/18/2005 1:06 AM
To: Dave Page
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] VB6 and RowCount fix

> I disagree. I try your example even againist MS SQL and it still returns
> -1. The test suite for VB6 RowCount you sent me doesn't work at all.

The test app works perfectly well - look at the source code; all it does is report the value from ADODB.Recordset.RowCount. What is not clear, is whether that ever worked for any data provider. I always use the "while not rs.EOF..." approach when I wrote VB code in the past.

Regards, Dave

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Ludek Finstrle 2005-12-18 19:48:50 Re: VB6 and RowCount fix
Previous Message Dave Page 2005-12-18 16:19:38 Re: patch for PGAPI_Columns with Show system tables turned on