Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error in the following code
Message
From
10/07/2001 01:10:59
 
 
To
09/07/2001 20:49:01
Arun Karthik
Inpractice Technologies Pvt. Ltd.
Chennai, India
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00528438
Message ID:
00528492
Views:
29
Instead of
set rscon=conXL.execute(sql2)
rscon.update

Use only This
conXL.execute sql2

I hope that will solve the case...
and the reason for the error is
execute method of connection object returns Recordset object which is always a read-only, forward-only cursor.
Best Luck..
Nilesh
Previous
Reply
Map
View

Click here to load this message in the networking platform