|
-
Feb 7th, 2001, 02:06 PM
#1
Thread Starter
Member
I need to insert text into a database using SQL which has single quotes (') in - but every time I try I can't do it because it conflicts with the quotes used in the SQL command:
INSERT INTO Table (Field) VALUES ('hello, it's a nice day')
The quote in the word " it's " causes an error. Does anyone now how to add a quote?
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
|