Thanks, That worked great!!!
I used this...
Ordsql = " SELECT * FROM equipment WHERE contractnumber = '"&Request("var")&"' "
I cant thank you enough, Ive been looking at this for days!
Thanks so much!
When I use:
LIKE '%" & Request ("var")&"%' "
It takes a couple of minutes and then I get:
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS...
I am designing a web page that selects data form a pervasive database ver 7
When I run this:
Ordsql = "SELECT * FROM equipment WHERE contractnumber LIKE '000000000000016' "
It works, but when I try to use a variable sent form another page:
Ordsql = "SELECT * FROM equipment WHERE...
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.