Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以告诉我在哪里可以找到一些使用 sybase 数据库设置 ibatis 的不错的教程。
这方面的信息似乎很少,而且大部分都使用 mysql,这不好!
Oracle/Sun 在Sybase JConnect 驱动程序配置中有一个关于您需要的连接信息的网页。您将对任何数据库使用相同的 IBatis 属性名称。如果您还没有 JDBC 驱动程序,您可以在Sybase获得它。一旦你建立了连接,那么大多数教程应该适用于任何数据库。主键生成可能是要解决的最具体的数据库问题。