![]() |
Sergey Kornilov admin 5/2/2011 |
You can add you code to AfterApplicationInitialized event to override the value of strConnection variable pointing it to another database. if Weekday(Now()==1) then |
G
|
georgeb author 5/2/2011 |
You can add you code to AfterApplicationInitialized event to override the value of strConnection variable pointing it to another database. Example. Pointing database connection to another database on Mondays: if Weekday(Now()==1) then
|
![]() |
Sergey Kornilov admin 5/2/2011 |
You need to provide more info on how it supposed to work. What kind of links are on this menu? Do they belong to the same project? |
G
|
georgeb author 5/3/2011 |
You need to provide more info on how it supposed to work. What kind of links are on this menu? Do they belong to the same project?
|
![]() |
Sergey Kornilov admin 5/4/2011 |
A few ideas for AfterAppInitialized event: str = Request.ServerVariables("SCRIPT_NAME") |