Minina Posted February 12, 2003 Share Posted February 12, 2003 Hullo everyone. I cant make a data stored in a querystring be saved in the database. The error I get is : Error Type: Microsoft OLE DB Provider for SQL Server (0x80040E21) Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. (?????????) I don't know what I did wrong because everything else is correctly saved in the table. code: ... .rst("pazetario") = request.querystring("idPaz") ... HELP!!!!! :cry: Link to comment Share on other sites More sharing options...
0 mcloum Posted March 11, 2003 Share Posted March 11, 2003 Can you post your full code??? Cant work much out from that little piece of code Link to comment Share on other sites More sharing options...
0 +primortal Subscriber² Posted March 11, 2003 Subscriber² Share Posted March 11, 2003 is the querystring null? Link to comment Share on other sites More sharing options...
0 iUk Posted March 17, 2003 Share Posted March 17, 2003 Are you trying to post text/string data into a number/date field? Does the QueryString value for "idPaz" have letters and is trying to go into the database field "pazetario" which is a numeric field? Or a number into a date field? ASP and VBScript are pretty forgiving when it comes to datatypes, but a database will puke on the wrong data... Link to comment Share on other sites More sharing options...
Question
Minina
Hullo everyone.
I cant make a data stored in a querystring be saved in the database.
The error I get is :
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80040E21)
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
(?????????)
I don't know what I did wrong because everything else is correctly saved in the table.
code:
...
.rst("pazetario") = request.querystring("idPaz")
...
HELP!!!!! :cry:
Link to comment
Share on other sites
3 answers to this question
Recommended Posts