converting numbers in excel to access

S

sonika

using jdbcodbc i am picking data from excel and inserting them into a
access table. the problem area in this is the numbers that have decima
data e.g. 23.345 .
in access i get only the 23 and not the portion after the decimal .
have tried with getInt as well as getStrin
 
Top