I have an SQL server database that contains a table with a field called Connection Id. The field is defined as decimal with 20 places. When I pull this number into a Crystal 9.2 report and browse the data, the last 2 numbers in the field are always zeros. This is the unique identifier so I cant properly separate the records. I dont have decimal places or rounding in the format, is there anything else I can look at?
SQL Server Data
31808077920473813
31808077920473806
31808077920473810
Crystal Browse Field Data
31808077920473800
All instances are displaying as 800 for the last 3 numbers.
Thanks.
SQL Server Data
31808077920473813
31808077920473806
31808077920473810
Crystal Browse Field Data
31808077920473800
All instances are displaying as 800 for the last 3 numbers.
Thanks.