View Single Post
  #1 (permalink)  
Old April 6th, 2008, 11:38 AM
WestAussie WestAussie is offline
Registered User
 
Join Date: Apr 2008
Location: , , Australia.
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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?
:(

Reply With Quote