tags:

views:

29

answers:

2

Hello guys! Would someone advise me technology for accessing Infobright from java, or some technics... things of that nature.. as far as I understand I should use plain jdbc connection and execute queries... not making use of high level thing like hibernate... Am I right?

Thanks in advance!

A: 

Hi, Accessing Infobright from Java would be the same approach as you would with MySQL. We support the JDBC drivers that are available from the MySQL website.

Bob Zurek
Thanks! And what about hibernate here ??
Andrew
A: 

Also, if you have any questions about connecting or using Infobright, check out their community forums at http://www.infobright.org/Forums.

Jeff Kibler