How do i use Data Adapter in order to get a LONGTEXT or TEXT colume?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
YMe

How do i use Data Adapter in order to get a LONGTEXT or TEXT colume?

Post by YMe » Sat 06 Aug 2005 17:44

I Could not find a way to load a data colume from the data base if the colume is set to LONGTEXT, is it a problem in the DataSet Or Somthing Else?

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Post by Oleg » Mon 08 Aug 2005 09:55

When you invoke MySqlDataAdapter.Fill(dataSet) for table with LONGTEXT the data is transferred to DataSet without any problems. Probably you are using DataGrid to render the data and have problem with it or something else.

Post Reply