I have an activex dll that logs a user into a SQL server and stores some user info. I have 2 programs that could be using the dll at the same time. Is there a way to persist the info or whatever so that if the 1st program is logged in then the 2nd program can just get the information that the 1st program is using?
Like if TimeTracker (the 1st program) logs in thru the dll and the dll has the username and permissions can the 2nd program (NotesManager) just read the username and premissions from the dll instead of relogging in?


Reply With Quote