Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating ADO recordsets - from a rookie
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00489233
Message ID:
00489332
Views:
7
Try setting the recordset location:
rsDesign.CursorLocation = adUseClient

Also check the recordset state to make sure it is open (after the open command)
response.write(rsdesign.state)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform