sql server demo setup refreshed in each new session

G

Guest

Hi

I have an asp.net/sql server application that I would like to demo on a website. I'd like each new visitor to see a pre-populated database setup which they can then manipulate, but their changes should be lost as soon as they end the session and their changes should not be visible to any other users

Is this possible? Can anyone tell me how to do this

Thanks in advance, John.
 
C

Corey O'Mara

You could use a dataset stored as a session variable to house your data.

--
Corey O'Mara
MCSD.NET, MCT

J McD said:
Hi,

I have an asp.net/sql server application that I would like to demo on a
website. I'd like each new visitor to see a pre-populated database setup
which they can then manipulate, but their changes should be lost as soon as
they end the session and their changes should not be visible to any other
users.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top