Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with ADO (based on a Doug Hennig's Article)
Message
De
21/07/2001 07:02:31
 
 
À
18/07/2001 20:31:30
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00532329
Message ID:
00533474
Vues:
15
I dont know if this helps but I had this problem once.
But it turned out that my activeconnection was NULL.

I.E. After I create my recordset I set
rs.activeconnection=NULL

Then if you run
rs.delete it returns no error but does nothing.

So I had to do:
rs.activeconnection=oconnection
rs.delete
rs.updatebatch

Also make sure you are using the right update. i.e. updatebatch or update
depending on your recordset settings.

Just sharing my experience but ive never seen the article you refer to.

Tim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform