Hi All
SystemUserBase table has one field with the name "Accessmode" and values are like 0 and 2. I would know the master table so that I know what they exactly means.
thank you very much in advance.
Cheers
Look in the StringMap table:
SELECT * FROM stringmap WHERE attributename = 'accessmode'
Jason Lattimer My Blog - Follow me on Twitter - LinkedIn