I didn't get any error message when I tried to receive empty recordset in VB project. But when I compile this to an exe file and made a search in an empty recordset, I got the below error message:
Run-time error '94': Invalid use of Null

I use VB6 and ADO 2.0 library, APEX True DBGrid 6.0(OLEDB).

Hope anyone here can help me.