![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi! I'm have a DTS package that imports a text file into a SQL 2000 db. My problem is that one of the fields in the text fil contains a price with comma as decmal separator. The text file: ArtNo;Name;Price 1;Name1;1,5 2;Name2;2,5 3;Name3;4 4;Name4;5 5;Name5;75,35 In the SQL table the Price col is defined as Float. When I import the file, the price value in SQL is transformed to: ArtNo;Name;Price 1;Name1;15 2;Name2;25 3;Name3;4 4;Name4;5 5;Name5;7535 My regional settings states Comma as decimal separator. Any suggestions how to avoid this transformation? Ingar |
![]() |
| Thread Tools | |
| Display Modes | |
| |