On 3 Dec 2009, at 2:51pm, Tim Romano wrote:

> The statement I'm issuing to the database 
> via Adobe's libraries is
> 
> PRAGMA case_sensitive_like =1
> 
> But I take it from your answer that SQLite has no problem with this and 
> that it is Adobe who are preventing my PRAGMA directive from being executed?

Certainly that statement is not a problem for SQLite.  I don't think the 
precise placing of 'space' characters matters.  I don't know anything about the 
Adobe library but it seems to me that if something is stopping it working it 
must be the Adobe thing.

Please try using the same library to do this command:

PRAGMA encoding

since this PRAGMA command includes no underlines and no spaces.  If this one 
fails then the Adobe tool appears to have a problem with PRAGMA commands.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to