Prøv og læs:
http://www.elearning4gurus.com/only4gurus/techlib/miscellaneous/CurrentFAQ-20021215.pdf----
Why do I get 80020009 errors?
333 requests - last updated Friday, September 27, 2002
error '80020009'
Exception occured
or
Microsoft OLE DB Provider for ODBC Drivers error '80020009'
Errors occurred
If you are using a MEMO, TEXT, or VARCHAR(>255), see Article #2188.
----
MEMO / TEXT / VARCHAR(>255)
Depending on the version of your MDAC driver, and the database you are connecting to, these columns can either
(a) not show up at all, (b) only show up the first time they're called, or (c) cause 'Unspecified Error', 'Exception
Occured' or 'Errors Occurred' runtime errors, if the following recommendations are not observed:
n Avoid SELECT * notation; NAME your columns in a list, and name the offending column(s) LAST.
n Assign the value of the column to a variable IMMEDIATELY, and only use this variable from that point on.
n Make sure your MDAC drivers are most current (
http://www.microsoft.com/data/).
n See Q200124 and Q175239