Results 1 to 3 of 3

Thread: odd behavior with ADO.NET

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    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$])

    MVP 2007-2010 any chance of a regain?
    Professional Software Developer and Infrastructure Engineer.

  2. #2
    Frenzied Member
    Join Date
    Jan 2006
    Posts
    1,875

    Re: odd behavior with ADO.NET

    you can give a try to MS KB
    __________________
    Rate the posts that helped you

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: odd behavior with ADO.NET

    Thanks. Thought I had fixed it but apperently not.... still the same issue

    MVP 2007-2010 any chance of a regain?
    Professional Software Developer and Infrastructure Engineer.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width