|
|
|
|
|
| | |
| |
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|