Hi,
I have a varchar string like
Name: D'souza
I am getting an error when i am inserting like this.
insert into table (D'souza)
Is there any way to allow inserting the exact value even if it has single quotes attached to it like set define off in oracle ?
Regards
Gautam S
Gautam S