toddsalcedo
Programmer
I have a .asp page using VBScript that is fed data from a SQL Server db. Users can bring up a table of data on the screen, then click a link to go into the record and update it. What I need to be able to do is make it so if one person is logged in that no data can be edited by anyone else, but the table should still be viewable. The security is currently just setup using a simple VBScript password.