Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error in the following code
Message
De
10/07/2001 01:10:59
 
 
À
09/07/2001 20:49:01
Arun Karthik
Inpractice Technologies Pvt. Ltd.
Chennai, Inde
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00528438
Message ID:
00528492
Vues:
30
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform