SQLite Forum

(Deleted)
Login
Thank you for the quick reply. I had to use 'system':
<code>
system("$dbh=PRAGMA case_sensitive_like = 1;");
</code>

then my query prepare, execute, finish.
But this also gives me both 'D' and 'd" results.