Question

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!

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top