ODBC Problem?
I´m receiving this error
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
/backoffice/eng/SubCategory/SubCategories_Update.asp, line 65
I´m using Mysql and asp
This is my connection string
DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=base770;OPTION=3 ;UID=uid;PWD=pass;
The line 65 it´s
rs("Description") = Description
and i´ve opened the recordset as
rs.Open "select * from SubCategory where SubCategoryID=" &
SubCategoryID ,cn,2,2
Please! i don´t know what the problem could be!!!!
Thanks in advance. Guillermo
|