N
NuB
I have a C# program that is reading text files and uploading the data into
SQL.
The issue I'm noticing is that if i have money such as 1253.22 in the file,
is loading in the table as 1253.22 but when I run queyr analyzer the data
looks like this 1253.2201000020, why?
I'm passing the data item as a Double, but the column in the table is
defined as a float. so why is the data showing correctly in Enterprise
manager but not in query analyzer and how can I fix it so i shows as 1253.22
in enterprise manager and in query analyzer?
SQL.
The issue I'm noticing is that if i have money such as 1253.22 in the file,
is loading in the table as 1253.22 but when I run queyr analyzer the data
looks like this 1253.2201000020, why?
I'm passing the data item as a Double, but the column in the table is
defined as a float. so why is the data showing correctly in Enterprise
manager but not in query analyzer and how can I fix it so i shows as 1253.22
in enterprise manager and in query analyzer?