|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: forms and DBs |
From: |
Paul Aquino |
Date: |
2/11/1999 9:15:03 AM |
IP: |
207.210.49.169 |
It still didnt work.
this is my search page text
<Form action = "search_results.asp" method=POST>
<center><input type="Text" name="find_me" align="RIGHT" size="25"> <input type="Submit" name="Search" value="New Search"><br></form>
and this is my connection to my database and my SQL string
srch=request.querystring("find_me")
set conntemp=server.createobject("adodb.connection")
conntemp.open "DSN=estinet1;uid=sa;pwd="
SQLtemp="select * from ITEM where description like %srch%" |
Previous Message
Follow Up - Re: forms and DBs - Paul Aquino 2/11/1999 9:16:43 AM
|
|
|
|
|
|
|
|
|
|
|
|