
October 25th, 2003, 09:30 PM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Webshop currency problem
Hi!
I'm trying to build a shop using an MS SQL database, but I have a little problem.
I have all the prices in the databases as money type. (ex: 234,45). When I display the price list into my asp pages then I receive the number into this form: 234.45
The problem is when I try to insert this number again into another table (tblOrders). I can't do that anymore because the number has the form : 234.45 and instead of 234,45
Can anyone please help me on this?
Thanks a lot!
Cosmin
Last edited by selfxp : October 25th, 2003 at 09:33 PM.
|