• 0

database...querysting...asp...HELP!


Question

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

  • 0

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.