Hi,
I am in big trouble for the last 10 days and not got any solution in the web.
My problem is : I have a project in .NET 1.1 version, which I have transfered to .NET 2.0 version , almost all are ok except one decimal value problem, it is like ...from my DataBase (Sql Server 2005) I am retreiving some records containg decimal value 0.00 , which is being stored into DataSet via SQL DataAdapter and when I am fetching that data (using DataSet object) 0.00 value becomes 0 in .NET 1.1 and in .NET 2.0 it remain same and I have done some logical calculation based on that value, which is not working properly in new .NET version due to this 0 problem.
Please help me
I am in big trouble for the last 10 days and not got any solution in the web.
My problem is : I have a project in .NET 1.1 version, which I have transfered to .NET 2.0 version , almost all are ok except one decimal value problem, it is like ...from my DataBase (Sql Server 2005) I am retreiving some records containg decimal value 0.00 , which is being stored into DataSet via SQL DataAdapter and when I am fetching that data (using DataSet object) 0.00 value becomes 0 in .NET 1.1 and in .NET 2.0 it remain same and I have done some logical calculation based on that value, which is not working properly in new .NET version due to this 0 problem.
Please help me
Comment