Perchè non funziona:? :master:
codice:
sSQL = "SELECT * FROM tblWHERE ID_Code = '" & strUserID & "' " 
    Set rsCommon = Server.CreateObject("ADODB.Recordset") 
    rsCommon.Open sSQL, OpenStr, 3, 3 

Set objMail = Server.CreateObject("CDONTS.NewMail")
..............
objMail.To = " & rsCommon("email") & "
Microsoft VBScript compilation error '800a0401'

Expected end of statement sulla linea di objMail