On 16 Jul 2011, at 2:32am, Danny wrote:

> In my mainframe days, using IDMS/SQL, I limited user access to table data, 
> down to the column level, based upon logged on userid.  This was accomplished 
> via database procedures. I'm new to SQLite, so don't know if it has any 
> similar capabilities.

SQLite is very 'lite'.  It doesn't even know what users are.  You can find the 
documentation at

http://www.sqlite.org/

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

Reply via email to