TheConeHead
Programmer
I have a sql command that I am using to input data into a db... problem is when I have a ' it screws up the sql command so what I need to do is do a string.replace() on the value I am inputting to replace any ' with '' (2 single quotes) any help?
string.replace(regexp,"''"
; ?????
string.replace(regexp,"''"