1st Question
Suppose I want to check my Recordset conditions... I mean, I want to check, whether my recordset has been updated or not, after AddNew Event....
What should I use to check it ???

2nd Question
In VB, to cek whether a Recordset / connection has been opened, we use :
Code:
If recordsetname.state = adstateopen then
   recordsetname.close
End If
if connectionname.state = adstateopen then
   connectionname.close
End If
Can I use it at ASP / VB Script coding ???

Thx in reply...

Cheers,
Wen Lie