Hi, my next application will talk to two different databases, MS SqlServer
and Dbase. I know there is the linked-server function in MS SqlServer, with
which, I only need to talke with SQLServer and let it handle the transaction
with the Dbase table. I implemented it in SQLServer, but is it possible
Hi All,
I kept getting this exception in my application. Except change the the JDBC
Drive (I am using the MS Version), is there any other way to solve this?
I have an Employee entity, a Project entity and every Employee manage a list
of his favorite projects as MyProject list. And in the mapping,
Hi, I am a newbie in Hibernate and I am thinking about applying Hibernate to
a project I will work on in the next few month. And for the project,
concurrency may not be high but data stale can be a disaster. Thus, I am
wondering if it is better to always use session.disconnect() in the business
lay
Hi, I am a newbie in Hibernate and I am thinking about applying Hibernate to
a project I will work on in the next few month. And for the project,
concurrency may not be high but data stale can be a disaster. Thus, I am
wondering if it is better to always use session.disconnect() in the business
lay