Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Can Eclipse read/write a Database?(Can Eclipse read/write a Database)
Can Eclipse read/write a Database? [message #674318] Thu, 26 May 2011 13:48 Go to next message
S. Mising name is currently offline S. Mising nameFriend
Messages: 10
Registered: May 2011
Junior Member
I want Eclipse, or whatever, to do "text extraction"
of a PDF.
I have that working.

Can I get Eclipse to Insert the "text" into a database?
If It cannot be done with Eclipse, what should I use?


Thanks.
S.
(no subject) [message #674333 is a reply to message #674318] Thu, 26 May 2011 14:02 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 26-May-11 07:48, S. wrote:
> I want Eclipse, or whatever, to do "text extraction"
> of a PDF.
> I have that working.
>
> Can I get Eclipse to Insert the "text" into a database?
> If It cannot be done with Eclipse, what should I use?
>
>
> Thanks.
> S.

Of course.

You can do this at one or two different levels: JDBC with which you make
direct SQL calls into the database of your choice from Java or using an
ORM such as Hibernate.

I can offer these to get you started:

http://www.javahotchocolate.com/tutorials/jdbc.html
http://www.javahotchocolate.com/tutorials/hibernate.html

Best of luck to you.
Previous Topic:How to give security option in BIRT reporting tool
Next Topic:Can't get EclipseTotale plugin to work.
Goto Forum:
  


Current Time: Mon Sep 23 10:19:09 GMT 2024

Powered by FUDForum. Page generated in 0.08671 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top