|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
SQL.... |
From: |
Brandon |
Date: |
9/8/2001 11:48:51 PM |
IP: |
128.250.6.244 |
In the following code, I am trying to output the full name (first + sur name) base on the search of either firstname or surname, but I don't know how to use 'or' in this code. Can anyone help me here?
**I wanted to put in the following thing into the SQLtext:
Surname = '" & Request.Form("search_name") & "'"
**here is the SQLtext:
SQLtext ="SELECT * from Researcher where FirstName = '" & Request.Form("search_name") & "'" |
Follow Up - Re: SQL.... - Elija 9/10/2001 3:56:43 AM
|
|
|
|
|
|
|
|
|
|
|
|