datagridview + dataset

Cliff

Member
Joined
Mar 31, 2006
Messages
8
Programming Experience
3-5
Hi ,
I'm using a VISUAL STUDIO 2005 edition...
I want to use a datagridview to display the data from a access database.
Also I want to use a dataset to make a connection with the database.

Can someone please tell me how I can do this without using the Add Data Source Wizard which is build in in the VS2005...

I want to make the code for the dataset myself ( untyped dataset I guess).
Then I want to display the data on a datagridview.

Can someone please tell me how or give a good tutorial link...
And just reminding... NO WIZARDstuff

Thanks in advance
Cliff Depreytere
 
Back
Top