Would someone advise me technology for accessing Infobright from java. 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?
Asked
Active
Viewed 1,343 times
1 Answers
1
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
- 26
- 1
-
Thanks! And what about hibernate here ?? – Andrew Oct 20 '10 at 13:33
-
@Andrew You can set up a JDBC connection in the Hibernate configuration the same way you would if it was MySQL. Keep in mind that 'UPDATE' performance is relatively poor in Infobright, however. – AndreiM Jan 04 '12 at 20:48