Whenever I attempt to return more than 255 characters from my MySQl 4.0
Database all I get from the field is 255 characters. The field in the Db
is text and has more than 255 characters.
I am using ODBC.net.
I return my data using the following:
m_DataAdapter = new OdbcDataAdapter(SqlString,GetConnectionString() );
ds = new DataSet();
m_DataAdapter.Fill(ds);
Any help on this would be appreciated.
Regards,
Steven
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!