sakthi_velan
Member
- Joined
- Feb 17, 2009
- Messages
- 6
- Programming Experience
- 1-3
Hi,
I am trying to insert the data from Excel file to oracle database using ADO.NET. Below is the procedure adopted to upload the data
1. First all excel data are loaded into dataset
2. Using stored procedure, data are inserted into oracle tables from dataset and while inserting a field,which contains hyperlink (and more than 255 characters) does inserting only to 255 characters.
3. But during debug mode it inserts all the characters into oracle table, but during release mode it inserts only 255 characters. (I couldn't find where it is truncating)
In our source code there is no code for truncating.
Please help me to over come this problem
Thanks in advance
Regards
Sakthi
I am trying to insert the data from Excel file to oracle database using ADO.NET. Below is the procedure adopted to upload the data
1. First all excel data are loaded into dataset
2. Using stored procedure, data are inserted into oracle tables from dataset and while inserting a field,which contains hyperlink (and more than 255 characters) does inserting only to 255 characters.
3. But during debug mode it inserts all the characters into oracle table, but during release mode it inserts only 255 characters. (I couldn't find where it is truncating)
In our source code there is no code for truncating.
Please help me to over come this problem
Thanks in advance
Regards
Sakthi