Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Could someone please show me where to go for some decent tutorials for setting up ibatis using a sybase database.

There seems to be very little information out there on this and most of it uses mysql which is no good!

share|improve this question

1 Answer

up vote 1 down vote accepted

Oracle/Sun has a web page on the connection info you'll need at Sybase JConnect Driver Configuration. You'll use the same IBatis property names for any db. You can get the JDBC driver, if you don't have it already, at Sybase. Once you get the connection set up then most of the tutorials should apply to any db. Primary key generation will probably be the most db specific issue to resolve.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.