Page 1 of 1

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

Posted: Sat 06 Aug 2005 17:44
by YMe
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?

Posted: Mon 08 Aug 2005 09:55
by Oleg
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.