Hello All,
We have an classic asp application that has the below code to open up files.
Dim Connection
If fn_gblnCreateConnection(Connection) = false Then
Response.Redirect("../../Global/error.asp")
End if
Set RS = Connection.Execute(SQLStmt)
if RS.EOF then
fileName = default_filename...
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.