|
-
Jul 16th, 2008, 10:46 AM
#1
Thread Starter
PowerPoster
odd behavior with ADO.NET
odd. just odd.
we have an excel spreadsheet which has around 1800 rows of data.
we then import this into SQL but we do some analysing and what not in the application.
Now, its using OleDb to connect and get the data. thats fine however we found that half way through, for some of the records (this is when we are reading ALL the records), it truncates part of the data!
if we do this on a new spreadsheet with very few rows, its all fine but when we do it on a large excel spreadsheet, the problem is there.
any ideas why it would truncate part of the data? (no exceptions are occuring as its a select statement... SELECT * FROM [SheetName$])
-
Jul 16th, 2008, 11:20 AM
#2
Re: odd behavior with ADO.NET
you can give a try to MS KB
__________________
Rate the posts that helped you 
-
Jul 17th, 2008, 04:50 AM
#3
Thread Starter
PowerPoster
Re: odd behavior with ADO.NET
Thanks. Thought I had fixed it but apperently not.... still the same issue
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|