|
I am new to VB.Net and am trying to display data from a Pervasive datasource in a datagrid, just one table with 2 fields, as a learning exercise. I have a data adapter through which I can preview the data correctly and with which I can create a dataset. I have to click on fill dataset to see anything and the datatable pane shows "table" whatever that means.
I added a datagrid to the form and set the datasource property to the dataset and the data member property to the thing called table. I then get all my field headings from my live data table but every cell shows "null". I am sure that I am doing something wrong in the data adapter or with the datagrid properties but can't work out what.
Please help.
Thanks
Ian Cook
|