<%
Dim strDatabaseType
'Choose one of the following two lines, and comment out the other
strDatabaseType = "Access"
'strDatabaseType = "MSDE"
'Now we use this selection to specify the connection string'
If strDatabaseType = "Access" Then
strConnect...
Is there anyway to format or block out the "" to ensure that my command gets done exactly the way i want it?
Coz it seems that when i do this, not only does the pop up window gets directed to mypage.asp the original page does as well. I have to use the response.write() becoz it's...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.