|
-
Sep 18th, 2005, 06:29 PM
#1
Thread Starter
New Member
rounding the numeric values
Hi,
I have an vb6 application using sql server and udb at the back end.
In the grid , I want to display a numeric value ex: 123.4562.
I have declared the value as numeric (15,5).
The stored procedure modifies or adds the value to the table.
when I connect the application to UDB, the column displays the numeric value in the grid. when I connect the application to SQL server, the columns displays the value 123.00000.
The sql stored procedure works fine if I pass the numeric value in query analyzer saving the numeric value in table. but in the application it shows me as 123.0000. The same application when connected to UDB works fine.
Can some body help me with this problem.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|