ok.. here is my deal..
everytime i try to run an insert and my text contains '\'
it fails..
an sql example would be.
Insert Into table(userID,FirstName,LastName) values(1,'''\''','test')
and i get this message...
Error while executing the query; ERROR: parser: parse error at or near
"test"
how can i fix this??
Alex,