Empty DataSet Populated By Stored Procedure
Hello
I'm using Visual Studio 2005 and Microsoft Access 2007 (database is saved in 2007 format).
The code which I have been using to display data in a DataGridView from a stored procedure in Microsoft Access comes from 'Beginning Visual Basic 2005 Databases'.
From what I have found my code works but no records are displayed in the DataGridView. The column headings are visible but the actual data is not. Running the query in Access displays two rows of data.
Any ideas as to why this is happening?
:(
|