-->
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.  [ 2 posts ] 
Author Message
 Post subject: sybase 11.0.3
PostPosted: Mon Jan 17, 2005 7:28 am 
Newbie

Joined: Sun Sep 19, 2004 7:38 am
Posts: 4
Location: Prague
Hi,
I have same problem but maybe I now why you get this error. In sybase eg. 11.0.3 (as I tried) joins are not defined as
Code:

SELECT column FROM table1 JOIN table2 ON ....

but
Code:
SELECT column FROM table1,table2 WHERE table1.column=tabel2.colum
.

I think that Hibernate internaly use the first case.

So I have a question: Is it possible to use such a DB with 2nd case definition of joins?

Thank

Petr


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 17, 2005 7:33 am 
Newbie

Joined: Sun Sep 19, 2004 7:38 am
Posts: 4
Location: Prague
Iam sorry, Iam so stupid. I push NewTopic button insted of PostReplay :-((((((((


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.