Options

SQL Server accessing the Sessions table

prabhat_sjcprabhat_sjc Member Posts: 5
edited 2011-06-20 in SQL General
Hi All
Can somebody help me with the following problem
I am Using Nav 6.0 Sp1 Database
SQL server 2008

In Codeunit 1 we have defined a variable of session table which reads the no of session of that particular user id and does not allow him to login more than once . But the problem started when we made the users as public.

Public users are able to view only their Session and so the code does not works.
I dont want to make the DB owner as that is not right practice.

Comments

Sign In or Register to comment.