|
-
May 28th, 2001, 07:52 AM
#1
Single quote in Oracle
Hi Gurus,
In SQL Server we double the single quote character in a string before sending to SQL Server, is this required also in Oracle?
For example in Text Area input of ASP page, I am concern of whether I will strip off the single quote character or double it before sending it Oracle database. Please help
Thank you very in advance.
MsJane
-
May 28th, 2001, 08:18 AM
#2
Re: Single quote in Oracle
I think you will need to double it up, i.e
'''some text'''
Oracle tends to be funny about single quotes otherwise.
-
May 28th, 2001, 03:16 PM
#3
Re: Single quote in Oracle
Hi Andrew_Fryer,
Thank you very much.
MsJane
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|