|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
SQL select * from tableA where abstract like %strKeyword%"??? |
From: |
Frank B. |
Date: |
11/6/1999 9:49:31 AM |
IP: |
144.214.2.248 |
First, I have assigned:
strKeyword = str(Request.Form("txtKeyword"))
txtKeyword is inputted from another html using POST.
Then, when I want to select * from a table(tableA, MS Access2000) that its field(abstract, with memo type) has the word stored in strKeyword.
How to achieve it? The following cant work!!!
select * from tableA where abstract like %strKeyword%
HELP!!!!! THANKS!!!!! |
Follow Up - Re: SQL select * from tableA where abstract like %strKeyword% - Dave Rinell 11/16/1999 12:48:58 PM
|
|
|
|
|
|
|
|
|
|
|
|