All Questions
1 question
2
votes
2
answers
2k
views
how to insert multiple columns(around 40) into my sql database using java
i have a program to read the content of an excel file to my-sql db. i have 40 columns in excel and i created a table of 40 fields. and i want to import the data from excel into corresponding table ...