
Recognize between Recordset EOF and Record is locked
Hi All,
Thanks for William (Bill) Vaughn's reply.
I use VB 6.0 and Infomrix 9.21.
As the locking in Database is tested and ok, however, it
is hard to recognize it is EOF or record is locked.
The coding is as follow:
Set recSet = db.Execute(strSQL)
if Not recSet.EOF then
recSet.close
end if