can someone tell me how to read a *.xls database from a java
programm??? some code code would be helpfull...
Martin - 03 Jul 2006 11:25 GMT
azsx schrieb:
> can someone tell me how to read a *.xls database from a java
> programm??? some code code would be helpfull...
Use JDBC as the database interface. Use jdcb-to-odbc for interface to
odbc/excel.
http://www.rgagnon.com/javadetails/java-0362.html
Jens Martin Schlatter
TechBookReport - 03 Jul 2006 11:37 GMT
> can someone tell me how to read a *.xls database from a java
> programm??? some code code would be helpfull...
If you mean an XLS spreadsheet then google on jExcelAPI or APache POI.
Both of these are Java libraries for reading and writing to Excel
spreadsheets.

Signature
TechBookReport Java http://www.techbookreport.com/JavaIndex.html
azsx - 03 Jul 2006 18:10 GMT
thanks, I hope it would be helpfull!