Hi
I am using VB 6 WITH ADO and ADO.RECORDSET, but when I use a query in table empty I can not see the recordset, I tried isnull(rs(0)), len(rs(0))
Help me
Printable View
Hi
I am using VB 6 WITH ADO and ADO.RECORDSET, but when I use a query in table empty I can not see the recordset, I tried isnull(rs(0)), len(rs(0))
Help me
Try
rs.eof = true and rs.bof = true
If they're both true then there are no records in your recordset.