posted 12 years ago
I am using Excel as output file or you can say as a database .
I fetched data from Excel using DSN , processed it, and now I want to write output to same Excel in another sheet .
I use executeUpdate to post the data through insert statement .
But the error is related to not matching destination columns with no of columns I have .
I tried adding columns to Excel so that both will match , but it didn't work.
Please send me any example if you have .