Finding Usernames (OpenInsight 32-bit Specific)
At 15 SEP 2006 07:55:24PM Richard S Todd wrote:
How would I programically find a list of all usernames created for an application? Not the current user,like with @username bu all.
Thanks
Richard
At 17 SEP 2006 09:25AM Kauko Laurinolli wrote:
Declare Function Get_DB_Users
DB=@appid
Users=Get_DB_Users(DB)
msg(Users)