Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with ADO (based on a Doug Hennig's Article)
Message
From
21/07/2001 07:02:31
 
 
To
18/07/2001 20:31:30
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00532329
Message ID:
00533474
Views:
14
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform