e il record dove lo metto?
per il caso in cui esca fuori intendo...se faccio come dici tu poi rec cosa centra??
scusami ma mi sa ke mi sono persa qualcosa....
com.ActiveConnection = cn
com.CommandText = strSql
com.Execute, , adExecuteNoRecords
Response.Write "qui:" & IsObject(rec) & br
'Response.Write rec.RecordCount
if IsObject(rec) then
if not rec.EOF then
if rec("messaggio") <> "" then
Response.Write "<div class=m-err><center>" & rec("messaggio") & "</center></div>"
Response.End
end if
end if
end if

Rispondi quotando