MySQL problem...
Jean-Pierre Soto
jean-pierre.soto at wanadoo.fr
Tue Aug 22 11:20:24 EDT 2006
hello,
I have a some problem with MySQL ,
this line work fine :
revExecuteSQL IDdata,"insert into table1 values (5,'new word')"
but this one doesn't work , why ?
revExecuteSQL IDdata,"insert into table1 values (:1,:2)",5,"new
word"
so i can't use "c'est beau l'amour" as new word because there is
confusion between quote and apostrophe ...
revExecuteSQL IDdata,"insert into table1 values (5,'c'est beau
l'amour')" Sig...
More information about the use-livecode
mailing list