-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: JAVA to Microsoft (Excel,Access,Word)
PostPosted: Mon Nov 22, 2004 4:25 am 
Beginner
Beginner

Joined: Wed Feb 25, 2004 5:54 am
Posts: 30
I dunno if this is the right forum, but I want to import and export data from Microsoft Excels, Access and Word (.DOC,.XLS,.MDB) to Hibernate data store.. does anyone have the reference/JAR to that???


Thank you in advance


Top
 Profile  
 
 Post subject: Microsoft db's
PostPosted: Mon Nov 22, 2004 11:58 am 
Beginner
Beginner

Joined: Thu May 27, 2004 3:07 pm
Posts: 20
You can use the sun jdbc-odbc bridge for accessing both Excel and Microsoft Access files via jdbc. However, it requires you have the appropriate ODBC drivers installed on your system, and the files
have to be on the same machine. To access files on another machine,
you can use RMI-JDBC bridge(http://java.sun.com/products/jdbc/faq.html#5, http://rmijdbc.objectweb.org/Access/access.html)


You can use xlsql [ https://xlsql.dev.java.net/ ] for purely jdbc
access, but it requires you to also have hypersonic sql available.
Basically, it converts excel files into a hypersonic database (in-memory
i believe). So, when you setup your dialect, have it use the one
for hypersonic.

As for MS Access, I'm not sure what pure java drivers (type 4) are
available, but I'm sure there's a commercial one out there (though I'm
not sure anyone would use access in production with a j2ee application
anyway, so there may not be a need)


Top
 Profile  
 
 Post subject: Re: JAVA to Microsoft (Excel,Access,Word)
PostPosted: Thu Jul 22, 2010 7:02 pm 
Newbie

Joined: Thu Jul 22, 2010 7:00 pm
Posts: 2
So, I often work with office files, but with Excel documents I work more frequent. And consequently I had a lot of types of problems with such files. Once I had an very complicated issue. To be more precise some my xls files were lost. To my good fortune I got a solution - unable to read file xls. It resolved my issue for seconds and completely free of charge as I kept in mind. What is more I knew how the software solved problem with corrupted files in Microsoft Excel format and repaired Excel-unable to read file.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.