Deltaflyer
Programmer
I am totally new to VB Script, but i have used VB4-6 quite a bit.
I have recently started a new job and now have the task of rewriting a lot of old HTML pages into Interdev, with the backup of ASP.
I have come across these lines ( attached at end of text ) at the bottom of one of the pages i need to convert, and although i know what they are trying to do, it's not working and i can't get it working.
Does anyone out there know what i should use to replace "bookmark" to get this working?
The Error Message I Recieve When I Run The Page
-----------------------------------------------------------
ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation
The Script That I Am Currently Using
------------------------------------------
if oRecord.eof = true then
Response.Write "Exit at rec. num." & orecord.bookmark ....etc
~~~~~~~
Exit Do
Else
oRecord.Movenext
Response.Write "Record number " & orecord.bookmark
~~~~~~~
End If [sig][/sig]
I have recently started a new job and now have the task of rewriting a lot of old HTML pages into Interdev, with the backup of ASP.
I have come across these lines ( attached at end of text ) at the bottom of one of the pages i need to convert, and although i know what they are trying to do, it's not working and i can't get it working.
Does anyone out there know what i should use to replace "bookmark" to get this working?
The Error Message I Recieve When I Run The Page
-----------------------------------------------------------
ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation
The Script That I Am Currently Using
------------------------------------------
if oRecord.eof = true then
Response.Write "Exit at rec. num." & orecord.bookmark ....etc
~~~~~~~
Exit Do
Else
oRecord.Movenext
Response.Write "Record number " & orecord.bookmark
~~~~~~~
End If [sig][/sig]