Converting XML string into SQL Server and money type
I have problem with the environment adoption when sending decimal values as XML-strings to the SQL Server, data type Money. I get "Input string was not in the correct format". If I change decimal separator to "comma" and sometimes to "dot" I can get rid of the error.
Is there any trick that eliminates the environment variables to have a safe conversion from string-type to money-type?
Bo WiklundPosted Nov 1, 2003, 3:38 AM
tsuman_inPosted Oct 31, 2003, 6:36 PM
Bo WiklundPosted Oct 31, 2003, 3:56 AM
tsuman_inPosted Oct 30, 2003, 8:38 PM
Bo WiklundPosted Oct 30, 2003, 2:15 AM
tsuman_inPosted Oct 29, 2003, 9:45 PM