I have a data adapter that is filling a data table with info from a SQL Server database. I am trying to retrieve the length of each datacolumn by using the maxlength property from the datacolumncollection. It keeps returning -1 though? How can I retrieve the column length for each column?