G
Guest
We are opening an excel file using a dataadapter object.
The tables included in excel file are loaded into a dataset object.
This process works correctly except for this issue:
There is an "Comment" field included in the excel sheet with 255 characters,
but the dataset only read 64 characters.
Have any idea to solve this problem?
The tables included in excel file are loaded into a dataset object.
This process works correctly except for this issue:
There is an "Comment" field included in the excel sheet with 255 characters,
but the dataset only read 64 characters.
Have any idea to solve this problem?