while building a flash site that connets to a Access or MS SQLserver 7.0 I am sending the approprate variable info through my flash file to my login.asp. Inside my login.asp page I am using the include virtual="/includes/functions.asp" . The functions inside this file call upon the connectDB(), CloseDb(), GetLogin() etc... only and only when I use the include statement my flash movie login doesn't work. But when I take the functions out and place them into Login.asp the flash movie script works fine. Any idea of what may be happening here, or may it be my underlying data provider i am using. Any help and insite to this problem would be helpful.
Ake!