在分析常用的SQL数据操作语句结构的基础上,介绍了一个通用数据库操作模块的设计与实现。
Based on the analysis of the structure of common SQL data manipulation sentences, this paper introduces the designing andimplementation of a general database manipulation module.
在执行数据操作语句(像INSERT/UPDATE/DELETE)之后,使用TRY..CATCH结构或者检查该@@ERROR变量
Use TRY..CATCH construct or check the @@ERROR variable after executing a data manipulation statement (like INSERT/UPDATE/DELETE).
图10显示一个更新语句正在操作一个包含私有数据的列。
Figure 10 shows that an update statement is manipulating a column that contains private data.
应用推荐