How to access data from MS Access to DBGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys,

In c#, How to dispaly the records from a AccessDB to a Windows Forms
DBgrid..
Is there any need of creating datasources like in VB data access.
 
Aravind,
In c#, How to dispaly the records from a AccessDB to a Windows Forms
DBgrid..

There are examples how to do these kind of things in many places, even in
the .NET Framework SDK documentation. For example, take a look at this page:

http://samples.gotdotnet.com/quickstart/winforms/

On the left, click topics like "Data Access Overview" and "Databinding in
Windows Forms", and you will have your Access data on a grid in no time.

--
Regards,

Mr. Jani Järvinen
C# MVP
Helsinki, Finland
(e-mail address removed)
http://www.saunalahti.fi/janij/
 
Back
Top