Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is wrong in this code ?
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00561454
Message ID:
00566835
Views:
31
So, since I can not the the execute method of the connection object, I thing I'll change the code.
Thanks again Dave



>Open your recordset as a static, client side recordset and everything will be ok! Check the properties of the recordset. You *cannot* use the execute method of the connection object.
>
>set ors=server.createobject("adodb.recordset")
>>ors.cursorlocation = adUseClient
>>ors.CursorType = adOpenStatic
>>ors.LockType = adLockOptimistic
>ors.open ...
>
>-Dave.
<><><><><><><><><><><><><><><><><><><><>
<><> REMEMBER,,,,KNOWLEDGE IS POWER <><>
<><><><><><><><><><><><><><><><><><><><>
Previous
Reply
Map
View

Click here to load this message in the networking platform