
JAVA
文章平均质量分 75
wangzi041
Webmethods
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JDBC连接SQL Server 2005 方法
现在就来介绍一下我是如何用JDBC连接SQL SERVER 的1.从微软主页上下载 JDBC驱动,有简体中文的,但是建议大家用英文的... 最新的版本应该是1.2的.2.进入“SQL Server 配置管理器(SQL Server Configuration Manager)” 在左边窗口选择“SQL Server 2005网络配置”下面原创 2007-10-02 15:00:00 · 5089 阅读 · 1 评论 -
Solution for Can’t update table ‘t1′ in stored function/trigger because it is already used by statement which invoked this store
In recently project, i needed to fix a bug about database update. The best way to solve this problem is create an update trigger, but when finished this trigger desiger, a problem show up which the e原创 2009-02-02 10:36:00 · 4515 阅读 · 1 评论