Microsoft
Software
Hardware
Network
Question : converting data type varchar to numeric
Hello Experts,
My database table named ORDER_PRICE contains a UNITPRICE column.When I try to execute the following insert statement then I get the Error "converting data type varchar to numeric"...
How can I solve this problem please help..
set dateformat DMY INSERT INTO
[ORDER_PRICE] ([ORDERDATE] ,[ONUNICLO] ,[STYLE] ,[MERCH] ,[UNITPRICE] )
VALUES ('11.11.2009','XHT-11','ED
I_MODEL','
merchx','1
,25')
Answer : converting data type varchar to numeric
>>Is there any way to do this without changing the regional settings?<<
Use the REPLACE as in:
REPLACE('1,25', ',', '')
Random Solutions
forum aggregator search site
RDP tru Cisco site to site VPN + microsoft vpn connection
Exchange 2003 Front-End/Back-End Info
Java Interop with C#
Limited users can not burn CD programatically
MySQL query by hour difference
Toshiba Satellite PRO; multiple errors; diagnostics.
Outlook 2003 - Logo image in signature being sent as an attachment
What happend if you database exceeds the 75gb limit in Exchange SP2
Word VBA how to find/delete pge breaks