7 messages in com.mysql.lists.win32RE: To the ASP developer...and more
FromSent OnAttachments
Ismael Touama19 Jun 2001 09:34 
James Cox19 Jun 2001 11:46 
Ismael Touama20 Jun 2001 00:42 
James Cox20 Jun 2001 07:03 
Ismael Touama20 Jun 2001 11:48 
K.Pater20 Jun 2001 13:20 
Ismael Touama20 Jun 2001 13:34 
Subject:RE: To the ASP developer...and more
From:James Cox (jam@wherewithal.com)
Date:06/19/2001 11:46:45 AM
List:com.mysql.lists.win32

Hi Ismael,

I can conclusively say that RecordCount does work, I successfully used it less than an hour ago ;)

However, what you will need to modify is your Cursor... I believe if you use the following, it should work.

rsCat.Open SQLString, conn, adOpenStatic, adLockOptimistic, adUseClient

Thanks,

James

-----Original Message----- From: Ismael Touama [mailto:isma@install.fr] Sent: 19 June 2001 17:35 To: win32 Subject: To the ASP developper...and more

Hi!

I wanted to know if someone here know why the RecordCount method doesn't work. Movefirst is all right but not recordcount. here is my instruction to make my query and affect to the recordset:

rsCat.Open SQLString, conn, adOpenDynamic, adLockOptimistic

Thanks in advance,

Ismaël.