Thanks for replies.
It doesn't matter no application can see the underlying data as long as they
exist physically. I just want to hide them.


2011/7/16 Simon Slavin <slav...@bigfraud.org>

>
> 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
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to