I am trying to update a SQL 2005 (express) table using an ADO recordset. I can't seem to nail down the exact problem here, and the error message is not overly helpful. It's the first time I've ever seen this error.
"Microsoft OLE DB Provider for SQL Server (0x80004005)
There are no rows in the current fetch buffer."
I'm receiving the error when it gets to the ".update" line. Strangely, the code executes fine one time, then the next, it fails and I get the error message.
Any ideas? Thx in advance for the help.
"Microsoft OLE DB Provider for SQL Server (0x80004005)
There are no rows in the current fetch buffer."
I'm receiving the error when it gets to the ".update" line. Strangely, the code executes fine one time, then the next, it fails and I get the error message.
Any ideas? Thx in advance for the help.