On Mon, 30 Sep 2002 09:56:10 +0800 "Robert de los Santos" <[EMAIL PROTECTED]> wrote:
> Dear All, > > With regards to Isql & qli using Firebird under Linux, how can i > secure > Logs with all my queries the isql > like if i want to get all my users from the database, i do the : > select * > from USERS; and it does show all > my users but how would i able to log this and put it in a file? > > Have a nice Day to ALL!!! Cheers!!! cli/qli by default cannot view who's accessing your db and what db does your client accessing, so it depends on the design of your db how you manage your access control. interbase/firebird always log the stderr in /opt/firebird/interbase.log but not the session log. HTH, --Jimmy _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
