[Gambas-user] Insert thext with " ' " in sqlite database

Paolo Fagni paolo.fagni at ...626...
Wed Jan 23 14:51:37 CET 2008


Hello,

I have to insert data in a sqlite database that has this particular form :

dell'orto

I tried to use DB.Quote(string) but the result is

'dell'orto'

When I would like to obtain :

'dell''orto'

Do I have to change it manually with Replace$() ? Thank you for you help.
-- 
Paolo Fagni



More information about the User mailing list