Hi all,
I'm trying to write a fixed-length number to a SQL Server Non Spatial database, and most work fine, but this one doesn't -
Microsoft SQL Server Non-Spatial Writer: Unable to format data '4411398' for column 'ciFloorArea' of type 'numeric(8,2)'
The other numbers look like so, and must be the exact 8 and 2 parameters -
1305
2568
4411398
8248072
I just wondered if there was anything I was missing with the one that's throwing the error up?
Thanks