This is a multi-part message in MIME format.
------=_NextPart_000_006B_01C18E4E.93ECD690
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
If anyone can help - my thanks ...
Using the following code ...
"intRecords =3D adoRS.RecordCount"
I expect "intRecords" to contain the count of the number of records
found from a SQL Query. When I test however I always get "-1" ... But, I
know the SQL Query has worked properly, because I can loop through and
display all of the records found.
I know this should work ... Aaaaargh.
Chip Dukes