Using differant SQL database for differant users

K

Kevin Spencer

You're talking about a custom ASP web application now. Time to put on your
student hat and study up on ASP.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Expect the unaccepted.
 
J

Jonathan Blitz

I have a site which connects to an SQL Server database.
Is it possible to have the site dynamically change the database so that
differant users will see differant data?

This way I don't have to replicate my site just to serve a differant set of
users.
i cannot save the data in the same database for orginisational reasons.

Jonathan Blitz
 
J

Jonathan Blitz

Absolutely. I am talking about ASP but I have only be using the built in FP
Database funtions rather than writing the whole thing myself.
Since the code is all built I would rather not have to re-write it all.

Is there no way to use the FP built SQL commands and just use ASP to change
the connection?

Jonathan
 
K

Kevin Spencer

Is there no way to use the FP built SQL commands and just use ASP to
change
the connection?

If there was, I would have told you how.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Expect the unaccepted.
 

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

Top