Hi,
I have a web site in a windows 2003 server, a mysql database and usin asp, I want to use a query to update some data, and this is the error I get:
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.
/systemnotes/updatenota.asp, line 129
and this the line of the code:
Code:
SQL = "Select * From notas Where notaid = " & notaid & " ORDER BY Fecha DESC"
Set objNotas = Server.CreateObject("ADODB.Recordset")
objNotas.Open SQL, DBConn, 1, 3
Hope somebody could help me
thanks:)
tierra y libertad!!