Page 1 of 1

datatable not define ?

Posted: Thu 08 Dec 2005 04:38
by kcchan
after I created a mysqlconnection, adapter, dataset and datagrid,
I complie and run then show the message which said that the datatable not define.

Trade.Ds_Orders.ordersDataTable

is it needs to declare either one datatable ?

pls advice how to solve it

thanks

Posted: Thu 08 Dec 2005 13:24
by Serious
Please provide code you're trying to run.
There is a demo project called 'DataSet' in 'Samples' subdirectory of MySQLDirect .NET installation folder. It demonstrates basic usage of MySQLDirect .NET components with DataSet object.