It always returns: HTTP 500 - Internal server error
I'm checking with my host provider to see if anything is messed up with my folder securities at this time..
Thanks,
Bri
Thanks. That makes total sense. I have altered the information to the following, but it fails the minute I allow it to read the "conn.Execute locSQL" line..
Any ideas??
Here's what I've got now:
<%
' =================================
' = DATABASE CONNECTION
'...
OK. Now I'm stumped.
No matter how I set it up, it fails.
Here is what I've got:
<%
' ================================
' = CONSTANTS
' ================================
'Const adOpenForwardOnly = 0
'Const adOpenDynamic = 2
'Const adLockReadOnly = 1
'Const adLockPessimistic = 2
Const...
OK. Now I feel stupid.
This is all it turned out to be:
Original: sql = "select * from PTJobs where location = " & Request.Form("Query")
Fix: sql = "select * from PTJobs where location = " & "'" & Request.Form("Query") & "'"
The...
I've tried the suggestions and still can't figure out why I'm not getting an appropriate response when the SQL query results in zero records. I'm stumped.... This is the first time I've ever tried to utilize the query functionality. Usually, I've simply displayed the data, but that will not work...
I'm trying to recognize an SQL query that results in no available records from the recordset. When I enter a value that I know is not in the record set, I keep getting "There is a problem with the page you are trying to reach and it cannot be displayed." When I enter a value known to...
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.