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

  • Thread starter Thread starter SK
  • Start date Start date
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
 
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.
==============================================
 
Back
Top