[Gambas-user] How to insert names with apostrophe in postgres via gambas

richard terry rterry at ...1822...
Tue Feb 19 01:10:21 CET 2008


eg Peter's

if one passes the name to an sql in code it ends up looking like:

insert into whatevertable (name) values('Peter's'); 

and bombs.

Any suggestions appreciated.

Richard




More information about the User mailing list