Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem in retrieving data from excel sheet

Status
Not open for further replies.

aminur

Programmer
Sep 7, 2001
4
IN
Hi .
I am reading an excel file by jdbc:eek:dbc connection.While retrieving the data i am using the method resultSet.getString(column); But the problem is that in my case, I have acolumn that has got both pure numeric(12345) and purely alphanumeric(testing) type of data.

resultSet.getString(column);

is returning value null for the cell containing numerical data,time data etc.The data type of all the column is Text(Varchar) Can any one help me how to retrieve data from a column of Excel sheet having such datas. I have used getDouble() and all other methods of resultSet also. Regards
Aminur
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top