09-26-2012, 08:15 PM
Pavani,
Settings are fine. You have to do two cross checks.
1. You should not have loop for reading of data from datatable. Like For i=1 to Rowcount
''' Execute statements
Next
2. You need to clear or delete all the data from the rows of datatable after your data rows.
Do above things and let me know how it goes.
Settings are fine. You have to do two cross checks.
1. You should not have loop for reading of data from datatable. Like For i=1 to Rowcount
''' Execute statements
Next
2. You need to clear or delete all the data from the rows of datatable after your data rows.
Do above things and let me know how it goes.