datatable not define ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
kcchan
Posts: 1
Joined: Thu 08 Dec 2005 04:34

datatable not define ?

Post by kcchan » Thu 08 Dec 2005 04:38

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

Serious

Post by Serious » Thu 08 Dec 2005 13:24

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.

Post Reply