How to make DRW use Session DB rather than Application DB.

S

SK

Hi All,

I have one web FP 2003 application that I want to work against identically
formatted SQL databases. The user picks a link to indicate which database
they want to work in. I can use a session variable to determine which
database a user wants to work in (Session("currentDB"), but the DRW uses an
Application variable. I need the DRW to use a Session variable instead of
an Application variable

How can I make the DRW use a Session("Database1..... instead of
Application("Database1.....

I hope this makes sense.

Sue
 
T

Thomas A. Rowe

You will have to hand code your ASP or you will need to create a separate set of pages to use the
second connection.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

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