hi evrybody,
I want to execute an sql request in java.the probleme is that the text i want to insert contains apostrophs.
Are there any solution to make this apostrophs differable.
insert into declencheur values('POST-QUERY','DÉTAILS_ARTICLES','D:\projet2\DÉTAILS_ARTICLES.fmb',
'if:parameter.P_ART is not null then:ARTICLE.NUM_ART:=:parameter.P_ART;else call_form('D:\projet2\DÉTAILS_ARTICLES');end if;')
)