sunnyjulka
Member
- Joined
- Sep 12, 2005
- Messages
- 17
- Programming Experience
- 1-3
Hi all
I am returning a decimal value from a stored procedure from my database to my vb.net app and in the application the value gets rounded off to integer. I have tried Cdec function and formatcurrency function but no luck.
In the stored procedure I used the output statement and return statement.
and i use @price as decimal(9,2)
any ideas
thanks for looking
I am returning a decimal value from a stored procedure from my database to my vb.net app and in the application the value gets rounded off to integer. I have tried Cdec function and formatcurrency function but no luck.
In the stored procedure I used the output statement and return statement.
and i use @price as decimal(9,2)
any ideas
thanks for looking