+ Reply to Thread
Results 1 to 1 of 1

Problem with the first cell which contain a large string ---help

  1. #1
    Registered User
    Join Date
    10-14-2005
    Posts
    1

    Problem with the first cell which contain a large string ---help

    HI!
    i have a sheet look like:
    A
    1 XMLString(name of column)
    2 my large string

    when i use OLE to read:
    dataadapter.Fill(mytable);
    but there's a problem: mytable.Rows[0][0] = ""; it can't read that string.
    However, when i insert the first cell is a small string and the second cell is my large string:
    A
    1 XMLString(name of column)
    2 abc
    3 my large string

    then i use OLE read the large string from second cell, there is no problem happens:
    mytable.Rows[0][1] = mylargestring;
    I don't know why it happens that.
    So i need help to read my large string from the first cell.
    Please help me.
    Thanks a lot.
    Last edited by Kiss; 10-15-2005 at 12:35 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1