I´m using Query builder to insert data on DB2 datatable. The problem is that sometimes data cames with an apostrophe, and the escape character used by insert function is "\", but db2 needs another apostrophe like scape character. Is there any way to solve this using query builder insert?
thanks,
thanks,