please, can somebody help me in closing this statement with the apostrophe?
createString = "SELECT EMAIL FROM PERSON where EMAIL='" + addr + "'";
if I print the string I read
SELECT EMAIL FROM PERSON where EMAIL='goofy@goofy.it
it seems the closing apostrophe is not read
Thanks !