HerbAndEdnaWeinstein
Technical User
Hi,
I'm brand new to .NET and to programmatic data access in general.
Using the Form Designer, I managed to add an SQL Connection, an SQL Data Adapter, and a datagrid to my form.
I've specified a basic select query to select all of the contents of an SQL table. As a basic exercise, I'm just trying to get the results of my query to display in the DataGrid.
I'm sure this is quite simple, but how do I get the data to display? Does it have something to do with specifying the DataSource for my DataGrid?
Thanks for any help!
hw
I'm brand new to .NET and to programmatic data access in general.
Using the Form Designer, I managed to add an SQL Connection, an SQL Data Adapter, and a datagrid to my form.
I've specified a basic select query to select all of the contents of an SQL table. As a basic exercise, I'm just trying to get the results of my query to display in the DataGrid.
I'm sure this is quite simple, but how do I get the data to display? Does it have something to do with specifying the DataSource for my DataGrid?
Thanks for any help!
hw