DataTable to DataSet problem

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 26 May 2006 11:28

We have sample concerning data binding in our demo projects. For more information please refer to MSDN. Also this topic will be helpful: http://crlab.com/forums/viewtopic.php?p=4710

Oufti
Posts: 24
Joined: Wed 10 May 2006 11:29

Post by Oufti » Fri 26 May 2006 11:56

Alexey wrote:It's quite normal. DataSet is not created automatically.
No it's not normal, at runtime, I fill a DataTable this one is not empty, when I do the DataTable.DataSet the dataset returned is null.

C.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 26 May 2006 12:47

This is a designed behaviour. You can check it with SqlDataAdapter and DataTable components.
For more information please refer to MSDN
(e.g., http://msdn2.microsoft.com/en-us/librar ... taset.aspx).

Post Reply