Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is wrong in this code ?
Message
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00561454
Message ID:
00566677
Vues:
30
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform