472,121 Members | 1,512 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,121 software developers and data experts.

Cant return more than 255 characters

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!
Nov 16 '05 #1
0 1087

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

6 posts views Thread by guy | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.