Ok grazie...
per cui la mia routine:
if not rs.eof then
text1.text=rs(1)
end if
diventa
if not rs.eof then
If IsNull(rs(1))then
text1.text=""
else
text1.text=rs(1)
end if
Giusto??
Ok grazie...
per cui la mia routine:
if not rs.eof then
text1.text=rs(1)
end if
diventa
if not rs.eof then
If IsNull(rs(1))then
text1.text=""
else
text1.text=rs(1)
end if
Giusto??
<?<%--- tutto il resto NON è noia---%>?>