I still have problem with the " ' ". Using " " " instead of " ' ",
insert into test values(2,'I''m good.','n','n','01-Oct-02');
if I do select * from test, it displays: I'm good. However, if I try to pull this data from web browser, it displays: I"m good. instead. Is there other way to insert this " ' "?
Bookmarks