I am running SQL 7.0 and i am using DTS to import data into a table inside excel.
All data seems to be getting imported except 1 column.
In Excel the one column can contain the following values (field is formated as text in excel) SQL Datatype is Varchar (6)
3091
1591
3091 S
1591 S
0301
1291
<Null>
When i import the data it appears that everything goes ok except that 3091 & 1591 does not get imported.
Does anyone have any ideas.
Thanks in advance.
Nick
All data seems to be getting imported except 1 column.
In Excel the one column can contain the following values (field is formated as text in excel) SQL Datatype is Varchar (6)
3091
1591
3091 S
1591 S
0301
1291
<Null>
When i import the data it appears that everything goes ok except that 3091 & 1591 does not get imported.
Does anyone have any ideas.
Thanks in advance.
Nick