c# - fetch user details from log.nsf -


hi question : in log.nsf , there entries database accessed in last week. not able find these values resides fetching these values c# , using domino.dll reference.

kindly me out fetch number of hits of database user in week. can check database active , how being accessed users.

thanks in advance

ankit

i think use wrong approach. create form 2 fields - user name , access count , view sorted user name. each time in database open script search in view document current user , update counter (+1). if no document found - create current user, set counter 1 , save. if need dates, can either add date field document , not use counter, create document every time database has been opened , create view categorized date see usage. number of documents per day show usage. can add category per user if like. think using log.nsf purpose not approach.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -