Hi people,
I have just started with Hibernate and read some of the tutorials of Gary Mak which I found here (big up for Gary, your tuts rule!) But I am still oriëntating om what method I should use.
To make a long story short: I need to temporarily built a tool that can harvast data from a database. The database is filled with data using Hibernate. Only question is: do I need to do this too?
As I have understood from the tutorials, Hibernate is not a database, but an object that stands between the user and the database, optimising the use of any DB type you use (could I even go so far of saying it supports a wide variety of DB's like MySQL, Access and the likes?)
As far as I have read, Hibernate can only be used for Java, but my Java knowledge is 0.0 so that would mean a serious learning curve for me.
On the other hand, I can work with VB quite handy, am familiar with ADODB and standard SQL commands.
My question to you guys is:
1) Is HQL also available outside Java (e.g. in VB) and have I simply missed it?
2) What advantage do I have using HQL above SQL (I can imagine that the caching is somthing that boast performance, but since my tool is just temporarily, is it worth the learning curve?)
To give you all an idea: I use my tool to create graphs based on the data in the DB. I'd like to use views, joins, select from where, counts and the likes to create the data. the data then is treated outside the DB (excel) to form graphs.
Thanks for the help!
_________________ There are 10 kinds of people - Those who think binary, and those who don't
|