Originariamente inviato da 99eros9
fai un riavvio generale... mi sembra che ci siano troppi problemi per essere vero
ho riavviato il server, ma nulla da fare... "a volte ritornano"... posto il code completo forse ho scritto qualche stupiddagine:
codice:
strSQL = "SELECT * FROM List_new WHERE ID="&cod
Set strREC = ConnDown.Execute(strSQL)
Function ConvertiData(data)
...........
End Function
strREC.MoveFirst
DO WHILE NOT strREC.EOF
If Trim("[]" & strREC("numero")) <> "[]" then
Response.Write("OK")
Else
%>
<script language="javascript">
alert("Attenzione.\nIl campo MATRICOLA è nullo")
</script>
<% end if
If IsDate(strREC("data")) then
data = ConvertiData(CStr(strREC("data")))
else
%>
<script language="javascript">
alert("Attenzione:\nIl campo DATA è nullo!")
</script>
<% end if