Data conversion from xls
- From: "knutbohn via SQLMonster.com" <u4122@uwe>
- Date: Mon, 15 May 2006 07:50:50 GMT
I have an xls with a column containing EAN codes - 13 digits. The problem
described below occurs regardless of xls column format - I've tried text,
number, exponential.
I need to get this into an SQLS DB, but any import routine I've tried so far
only yields NULL for any data in the xls column (many rows are empty). I've
tried various datatypes for the field (bigint, nvarchar) but same result
regardless.
Trying to do a straight transformation task copy column, I get an error
"general conversion failure on column pair (source column [...] (DBTYPE_WSTR),
destination column [...] (DBTYPE_I8). I tried to write an ActiveX transform,
but no luck with that either.
Anyone know of a way to get around this?
Thank you.
knutb
oslo
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-msde/200605/1
.
- Prev by Date: RE: Deploy SQL Express so my app still works on other machines
- Next by Date: MSDE SP4 Won't Uninstall
- Previous by thread: MSDE and msiexec.exe
- Next by thread: MSDE SP4 Won't Uninstall
- Index(es):
Loading