Hi,
I'm using classic asp and an adodb recordset to get data from my database.
having run the sql statememt and retruieved the rows, is it quicker to do a record count by either doing...
1. .Recordcount
or
2. .getRows with a UBOUND on the resulting array
???
Thanks is advance
I'm using classic asp and an adodb recordset to get data from my database.
having run the sql statememt and retruieved the rows, is it quicker to do a record count by either doing...
1. .Recordcount
or
2. .getRows with a UBOUND on the resulting array
???
Thanks is advance
Comment