Hi Erik, it is me clearly. DataAdapter has filled the tables in the dataset, i Can export to xml. More then 2000 rows. DataGridView shows the data still does not, data source and data member are set, the DataSource= DataSet1, DataMember = tableName. Does it need more settings so the GridView works and shows the data? It shows the ColumnNames, but ZERO Data. Thanks for help.
J
jan_le
@jan_le
Posts
-
DatagridView combined with DataSet -
DatagridView combined with DataSetit dosn´t work. may be, the relation between master and detail not is correct? Im using mysqlconnector 5.1 and made the dataset in vs2008-datenquellen. the datas are in the dataset - with xml i can all export. but in the grid nothing to see..... please help ......
-
DatagridView combined with DataSetHi, I tried do use an typed DataSet (with 2 Tables, 1 Master-detail-Relation), and wrote: DataGridView1.DataSource = DataSet1 the Gridview shows the columns well, but null data, null rows. A Method like DataSet1.Fill I missing, you can me help, how the Data load in the DataSet? Many thanks, Jan.