|
Single Quotes in Insert
Hi
For your Second Problem, before putting the data into the Insert statement, you need to replace single quotes and double quotes into DB specific escape characters. I am not sure what is the escape characters in MYSQL..but you can find out in the web.
Thanks
kamal
|