W
William Ryan
I'm trying to build a DataSet with a MySql application using the above
driver, but here's the problem....
DataAdapter.Fill with this provider only lets you fill a DataSet and you
can't specify a table. There's no overloaded constructor to take a
DataTable, and since you can't specify a table name...you basically get a
DataSet with one Table (which makes it effectively a DataTable) As such,
you can't define DataRelations or much else. This alone makes it kind of
limiting..
Or am I missing something?
driver, but here's the problem....
DataAdapter.Fill with this provider only lets you fill a DataSet and you
can't specify a table. There's no overloaded constructor to take a
DataTable, and since you can't specify a table name...you basically get a
DataSet with one Table (which makes it effectively a DataTable) As such,
you can't define DataRelations or much else. This alone makes it kind of
limiting..
Or am I missing something?