ADO Confusion
Wednesday, April 19th, 2006I was getting the ADO error below when I ran an update statement and then tried access the eof attribute of the supposed returned record set.
The answer is to to use the execute method of your connection object instead. Here’s how I now do it in Python:
(more…)