Recordset (0x800A0BB9) - ERROR
Hi,
I get the following error:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/TMP/testA.asp, line 66
Line 66:
<tr>
<% myRS.AbsolutePage = intPage
For intRecord=1 To myRS.PageSize %>
Any advice appreciated. Thanks :)
|