K
Kartic
Hi,
I have created an application in vb.net using SQL Server 2000 database .
What I want is to restrict users to access the application more than once,
from the same computer or from any other computer. What is the best way
doing it as database is disconnected.
Currenty I am storing/flag the login name in some table at the time of
appliation load, and remove it when the user close the application. But it
doesn't work always, especially when program closes abnormally. To remove
the flag I have created another program. I still dont know what is the right
way doing it.
Any help/suggestion would be appriciated.
Thanks, Kartic
I have created an application in vb.net using SQL Server 2000 database .
What I want is to restrict users to access the application more than once,
from the same computer or from any other computer. What is the best way
doing it as database is disconnected.
Currenty I am storing/flag the login name in some table at the time of
appliation load, and remove it when the user close the application. But it
doesn't work always, especially when program closes abnormally. To remove
the flag I have created another program. I still dont know what is the right
way doing it.
Any help/suggestion would be appriciated.
Thanks, Kartic