-->
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.  [ 7 posts ] 
Author Message
 Post subject: Ingres settings
PostPosted: Mon Mar 14, 2005 6:04 am 
Beginner
Beginner

Joined: Fri Mar 11, 2005 7:52 am
Posts: 34
Hibernate version: 3.0

How do I set up Ingres for use with Hibernate? (where is the dialect?)


Top
 Profile  
 
 Post subject: Using Hibernate with Ingres
PostPosted: Tue Mar 15, 2005 7:57 am 
Beginner
Beginner

Joined: Fri Mar 11, 2005 7:52 am
Posts: 34
rcbeuker wrote:
Hibernate version: 3.0

How do I set up Ingres for use with Hibernate? (where is the dialect?)


Lots of internet sites are specifying Hibernates works with Ingres... But I cannot find any configuration. For example where is the dialect file for Ingres? (org.hibernate.dialect.IngresDialect). Is it working at this moment?


Top
 Profile  
 
 Post subject: All major relational database systems supported?
PostPosted: Tue Mar 15, 2005 8:03 am 
Beginner
Beginner

Joined: Fri Mar 11, 2005 7:52 am
Posts: 34
Quote:
All major relational database management systems are supported: Oracle, DB2, MySQL, PostgreSQL, Sybase, SAP DB, HypersonicSQL, Microsoft SQL Server, Informix, FrontBase, Ingres, Progress, Mckoi SQL, Pointbase and Interbase.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 15, 2005 8:15 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
eh ? The IngresDialect is bundled with hibernate - so what is your issue ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: example settings for the hibernate.properties file
PostPosted: Tue Mar 15, 2005 8:41 am 
Beginner
Beginner

Joined: Fri Mar 11, 2005 7:52 am
Posts: 34
max wrote:
eh ? The IngresDialect is bundled with hibernate - so what is your issue ?


excuse me, I took the
Code:
hibernate.properties
file as entry point for 'all' possible databases. In this file I could not find the settings for the Ingres database. Therefore the question...

Are there also some example settings for the Ingres database just as the settings for the other databases (dialect, driver_class, url, username and password)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 15, 2005 8:50 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
it should be pretty trivial.
use as with all other databases, the only thing that changes would the ingress jdbc url which is unique for your installation.

Look in the ingress jdbc driver doc for it.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: settings for Ingres
PostPosted: Mon May 30, 2005 4:57 am 
Beginner
Beginner

Joined: Fri Mar 11, 2005 7:52 am
Posts: 34
max wrote:
it should be pretty trivial.
use as with all other databases, the only thing that changes would the ingress jdbc url which is unique for your installation.

Look in the ingress jdbc driver doc for it.


For the busy Hibernate/Ingres users:

Code:
hibernate.dialect org.hibernate.dialect.IngresDialect
hibernate.connection.driver_class ca.edbc.jdbc.EdbcDriver
hibernate.connection.url jdbc:edbc://localhost:II7/database
hibernate.connection.username user
hibernate.connection.password password


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 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:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.