If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I use ASP to display and edit data from my MS SQL DB, many users need to have access to the same data. But only one can have write access to the same records at the time, who do i solve this problem?
The other users should get the records in read only.
Buffer That Output by Charles Carroll http://www.learnasp.com/advice/whybuffer.asp
Buffering is enabled by default starting in IIS 5, but one must still do it manually in IIS 4.