I am a Foxpro programmer migrating to Access 2002.
In Foxpro you can easily and quickly view the results of a SQL select by "Browsing" the cursor generated in a window. The Browse window is very similar to opening a query or table by double clicking in the Access database window.
I intend to work with ADO recordsets, and would like to view/browse a recordset generated from a query without the overhead of seting up a form and controls. I am just looking for a quick, easy method to view a recordset, mainly to check that the resultant data is what I intended before further processing and development.
Sometimes the simpler things are the hardest to uncover!
Many thanks Dave
In Foxpro you can easily and quickly view the results of a SQL select by "Browsing" the cursor generated in a window. The Browse window is very similar to opening a query or table by double clicking in the Access database window.
I intend to work with ADO recordsets, and would like to view/browse a recordset generated from a query without the overhead of seting up a form and controls. I am just looking for a quick, easy method to view a recordset, mainly to check that the resultant data is what I intended before further processing and development.
Sometimes the simpler things are the hardest to uncover!
Many thanks Dave