ThinkGeo.com    |     Documentation    |     Premium Support

MsSql2008FeatureLayer maybe a bug

Hi,



when I do enumerate columns from sql feature layer, I get always -1 for the maxlength!!!



jm.






foreach (var col in inputShapeFile.FeatureSource.GetColumns())
                    {
                        Trace(col.ColumnName, col.TypeName+ "-" + col.MaxLength.ToString(CultureInfo.InvariantCulture));
                    }






Hi Jm, 
  
 We didn’t reproduce your issue, it works fine on our side. Could you please export your the structure of your SQL table to us? 
  
 Thanks, 
 Johnny

What if it is a view?

Hi Jm, 



It proved a bug and we have fixed it in the latest package(7.0.220.0 or 7.0.0.220 might be still building) 

If the issue persists, please feel free to let us know. 



Regards, 

Johnny