madhavi_m
August 8th, 2001, 02:19 AM
Hai,
I have a problem like this:
I have data in excel sheets. It contains some 6 columns and around 4000 rows. I wrote code in VB to
extract the data from excel to oracle database.Here I read each cell by cell and writes the same in
the database.My excel data may be in different european languages.It contains some special chars like degree centigrade,╚,°,Ä
and also some greek chars.For greek chars when i read the data of excel cell it is giving
error,when i debug it and view the cells data it is giving '????' marks instead of actual data, how
to do this
I have a problem like this:
I have data in excel sheets. It contains some 6 columns and around 4000 rows. I wrote code in VB to
extract the data from excel to oracle database.Here I read each cell by cell and writes the same in
the database.My excel data may be in different european languages.It contains some special chars like degree centigrade,╚,°,Ä
and also some greek chars.For greek chars when i read the data of excel cell it is giving
error,when i debug it and view the cells data it is giving '????' marks instead of actual data, how
to do this