I have an embedded application that uses a single :memory:  database
connection. This application has a user interface via a networking socket
that receives SQL commands. The application tasks and the user interface
will use the single :memory: connection. I want to limit the user interface
for access. Unfortunately the Authorise Functions are tied to the database
connections rather than statements.

   Basically the application tasks should be able to do anything and user
interface task to be limited. Since I am running in-memory database, the
Authorization Functions do not give me the differentiation that I need.

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

Reply via email to