hello,
i have a database…in that database still now how many users are used…i want count how many users used??? how to do??
regards,
hello,
i have a database…in that database still now how many users are used…i want count how many users used??? how to do??
regards,
Subject: How Many Uers Used still now the Database…how to find??
As has already been suggested look in the Log.nsf on the server and the useage should anser your question. Something we did for a client was to create a DB QueryOpen that sent an email to a mail enabled DB. the email contained the users name, Date and time of the open and a couple of other things we wanted to collect. Then we wrote a DB QueryClose that did essentially the same thing. In the mail-in DB we created a number of views that showed how long the person was connected to the DB and this information was used for some internal billing stuff. Anyway - just another way!
Subject: How Many Uers Used still now the Database…how to find??
read the database usage, you can get the date, read, writes by user. this questions has been posted many times - look in the sandbox