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

|
|
Subject: |
Re: How to remove single quote ? |
From: |
Rick Dale |
Date: |
4/11/1999 11:52:22 PM |
IP: |
24.66.16.27 |
When generating your own SQL, you can't use single quotes because it's processed as an element of the statement.
You have two choices: write code to remove the single quote, or to replace it with two single quotes ('') which is processed as a single one, and you don't lose any data.
Rick
www.icom-informatics.com/asp |
Previous Message
Follow Up - Re: How to remove single quote ? - Paul Simpson 4/21/1999 12:03:13 PM
|
|
|
|
|
|
|
|
|
|
|
|