I'm having this problem with my ODBC database objects. I have a field in the database that stores 2000 characters. However, whenever I extract very long data from it using Microsoft.Data.Odbc objects, I get an incomplete data.

Example, say I have a record in the database wherein that field contains 500 characters. When I retrieve it, I only get the first 25 characters.

Any ideas? Is there a way I can configure my ODBC driver to handle larger data? Thanks in advance.