|
-
Apr 19th, 2006, 05:23 PM
#1
Re: [02/03] SQL INSERT with apostrophes
stringname.replace("'","''")
Or just use parameterized queries/stored procs.
-
Apr 20th, 2006, 12:18 AM
#2
Thread Starter
Member
Re: [02/03] SQL INSERT with apostrophes
thanks I used the replace method for now. I don't know if parameterized queries could apply to what I'm doing, but I'll do more research on them when I'm going over this with a fine tooth comb.
Thanks again!
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
|