hi,

i am using mysql with asp.. i creaetd dsn for the same with root permission.
i am getting below error

DSN=dcart;

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Driver Manager] Invalid string or buffer length

/shop/admin/content/catalog/products/edit/1.asp, line 37

if i change connection string to below i am getting diffrent error.

connection string = "driver={MySQL ODBC 3.51 Driver};server=localhost;uid=root;pwd=;database=dc art;Option=3"

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

Query-based update failed because the row to update could not be found.

/shop/admin/content/catalog/products/edit/1.asp, line 37