![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've been using DTS to import data from Excel into a database (both SQLServer and Oracle). I've run across a problem recently in a couple of different spreadsheets where a cell that has data in it is being read as NULL from DTS. This happens both when I write a SQL query for the source, or just specify the whole sheet. The data in the cell is always numeric when this happens, but there is usually other numeric data in the same column that comes out fine. Alphanumeric data in the same column always comes out fine. If I create another column and use =TEXT(cell,"#"), that normally provides the correct data, but some values of alpha data aren't properly handled in this case (e.g. '15E10' becomes '150000000000' which is not what I want to happen). Setting the format of the cell makes no difference. Has anyone else seen this? Known bug? Where fixed? |
![]() |
| Thread Tools | |
| Display Modes | |
| |