multiple errors generated
Hi there
I know this is quite a general error but I'm getting the following
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.
checkout2.asp, line 22
this is what is on line 22 of checkout2.asp
rsCustomer("CustomerID") = intCustomerID
where intCustomerID is equal to:
request.cookies("mycookie")("CustomerID")
Does anyone know why this might be happening or can anyone point me in the right direction?
many thanks
Adam
|