I'm getting the following error on the the following code when the query returns an empty record set. It's not recognizing my "if statement". Please Help.
Microsoft VBScript runtime (0x800A01A8)
if rsV.eof <> "False" then
Response.Write("<script language=javascript> window.alert('The Supplier Number " & rArea & " and Date Range could not be located.')</script>"
myConn.Close
set myConn=nothing
set FSO=nothing
Response.Write("<script language=javascript> history.back()</script>"
end if
myConn.Close
set myConn=nothing
set FSO=nothing
Microsoft VBScript runtime (0x800A01A8)
if rsV.eof <> "False" then
Response.Write("<script language=javascript> window.alert('The Supplier Number " & rArea & " and Date Range could not be located.')</script>"
myConn.Close
set myConn=nothing
set FSO=nothing
Response.Write("<script language=javascript> history.back()</script>"
end if
myConn.Close
set myConn=nothing
set FSO=nothing