I would like to read from a XP/visual basic 2008 a db3 database using:
BaseMPCommand.CommandText =
"SELECT tblPrograms.idProgram, tblPrograms.strTitle, tblPrograms.strDescription FROM tblPrograms WHERE idProgram=" + iteration1.ToString
table: tblPrograms
cell: strDescription, type:text, data value for this cell: il jouit egalement des faveurs de la "reine" du bordel
my program return an exception:
SQLite error
near "Reine": syntax error
If I delete the two double quote into the cell: il jouit egalement des faveurs de la reine du bordel the program does'nt crash any more! Bug, misunderstanding, missing parameters, what could be the solution? (data is produced by an external package, and I can't modify the cell before)
Many thanks for your help