문제

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!

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top