Though now in order to pass the variables, I think I have the syntax incorrect. It keeps asking for an object. This is what I have:
<form name="SubmitMe" method="post" action="../../User_Info/processChanges.asp?user_id= <% =user %>&password= <% =txtpassword.text %>&user_id_1= <%...
I am doing something wrong with my query string because I continuously get a message similar to:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near ','.
/User_Info/processChanges.asp, line 15
When I hit...
I think its the delete.asp page thats giving the problem because it can't read the string I'm feeding it:
<% Response.Redirect ("report.asp?strNo='" & Response.Write("strNo") & "'") %>
I tried this and the sql is fine. Basically everything works until I change one thing. I am displaying the contents of the query along with a delete button. Once the button is pressed, the row is deleted. Behind the button is: Response.write "<a href='delete.asp?account_id=" &...
I am receiving this error on my ASP pages:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E0C)
Command text was not set for the command object.
/admin/exceptions/voyg/report.asp, line 61
I only added one small thing so I don't understand why its freaking out on me. Any ideas?
I have an .asp page - when the user clicks the link to delete it brings them to yet another .asp page where at the end of the delete code I have a redirect statement. Yet it doesn't seem to be liked. This is the error I receive. Why?
Response object error 'ASP 0156 : 80004005'
Header Error...
I have a global.asa which provides the strings to pass and they're all there, so I don't get it:
Application("conn1_ConnectionString") = "Provider=MSDASQL.1;Persist Security Info=False;User ID=Ident;Data Source=IDSrc;Initial Catalog=IDmark;User Id=IDent;PASSWORD=IDPass;UID=dbo;APP=Microsoft...
I am getting this error when I try to run my ASP page:
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/admin/tradeexecutions/lib/voyager.inc, line 26
So I go to this voyager.inc page, line 26 and here is the code:
dim db ' Create and open...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.