I have a form that populates serveral datagrids and then after further user select from one datagrid, repopulates itself based on a selection of a single row.
This all seems to work fine (hence no code listed) however, right at the end, I get a micrsoft error that kicks me out of the VB project. The error is the type where you have a choice to send it off to Microsoft or not.
I have put a msgbox right at the very end just so I can stop and check that the code works ok and the grid repopulates ok (which it does). I am using ADO to call stored procedures to populate the grids and passing back a parmeter. I drop the connection to the SQL database, should I also be dropping the recordsets perhaps ?
This all seems to work fine (hence no code listed) however, right at the end, I get a micrsoft error that kicks me out of the VB project. The error is the type where you have a choice to send it off to Microsoft or not.
I have put a msgbox right at the very end just so I can stop and check that the code works ok and the grid repopulates ok (which it does). I am using ADO to call stored procedures to populate the grids and passing back a parmeter. I drop the connection to the SQL database, should I also be dropping the recordsets perhaps ?