urgent need about stored procedure...,
-
This is the actual result from my procedure 18-Mar-03 AUD -7.4505805969238281E-9 07-Apr-03 AUD -7.9162418842315674E-9 09-Apr-03 AUD 5.2386894822120667E-10 17-Apr-03 AUD -7.9162418842315674E-9 but My expected result is 18-Mar-03 AUD -7.45058 07-Apr-03 AUD -7.91624 09-Apr-03 AUD 5.23868 17-Apr-03 AUD -7.91624 Please help the do this process how to perform this?
Regards, Magi
-
This is the actual result from my procedure 18-Mar-03 AUD -7.4505805969238281E-9 07-Apr-03 AUD -7.9162418842315674E-9 09-Apr-03 AUD 5.2386894822120667E-10 17-Apr-03 AUD -7.9162418842315674E-9 but My expected result is 18-Mar-03 AUD -7.45058 07-Apr-03 AUD -7.91624 09-Apr-03 AUD 5.23868 17-Apr-03 AUD -7.91624 Please help the do this process how to perform this?
Regards, Magi
What does this have to do with ASP.NET (a framework designed for writing web applications)? This should go in the SQL Forum.
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Ready to Give up - Your help will be much appreciated. My website
-
This is the actual result from my procedure 18-Mar-03 AUD -7.4505805969238281E-9 07-Apr-03 AUD -7.9162418842315674E-9 09-Apr-03 AUD 5.2386894822120667E-10 17-Apr-03 AUD -7.9162418842315674E-9 but My expected result is 18-Mar-03 AUD -7.45058 07-Apr-03 AUD -7.91624 09-Apr-03 AUD 5.23868 17-Apr-03 AUD -7.91624 Please help the do this process how to perform this?
Regards, Magi
It's sounding to me like you might be needing to do some string formats. Check out this link... I think it's the answer to your question. http://blog.stevex.net/index.php/string-formatting-in-csharp/ -Roo