导航菜单

sqlstate是什么意思_翻译中文_怎么读

sqlstate

网络释义:信息段;变量的声明或使用无效;执行的状态

网络释义

1.信息段 ... FOREIGN KEY (原因码 = 原因码)。 SQLSTATE 变量的声明或使用无效。 SET 试图用零 …

3.执行的状态 ... Number ADO 产生错误的应用时式、或物件的名称。 SQLState 执行的状态。 Append 到集 …

4.状态参数-改进的诊断能力,特别是新的状态参数SQLSTATE ) ,诊断领域,并支持报表。重要的新特性有: 1) 支持更多的数据类型…

例句释义:,信息段,变量的声明或使用无效,执行的状态

1.The next phase of the JCC product is to define these error codes with an SQLSTATE and SQLCODE.下一阶段的JCC产品将用SQLSTATE和SQLCODE来定义这些错误代码。

2.The column being altered cannot be part of a table containing an XML data type column (SQLSTATE 42997).被修改的列不能属于包含XML数据类型列的表(SQLSTATE42997)。

3.In Listing 14, an attempt to insert into the table fails due to a foreign key constraint violation (SQLSTATE 23503) on the customer number.在清单14中,表插入操作失败,因为客户编号违背了外键约束(SQLSTATE23503)。

4.Providing SQLSTATE or SQLCODE as procedure arguments allows the return code to be stored in a variable.将SQLSTATE或SQLCODE作为过程参数提供可允许返回代码存储在变量中。

5.To find an error message description if you do not have the SQLCODE value, look up the SQLCODE in the alphabetic or SQLSTATE psting.如果在没有SQLCODE值的情况下,想要找到错误消息的描述,可以在字母或SQLSTATE列表中查找SQLCODE。

6.Return codes and SQLSTATE messages aid in diagnosing error conditions during the execution of an ODBC apppcation.返回代码和SQLSTATE消息可以帮助诊断ODBC应用程序执行期间出现的错误状况。

7.The SQLSTATE and SQLCODE special values are modified by the next SQL statement.SQLSTATE和SQLCODE特殊值在执行下一个SQL语句时被修改。

8.The INSERT error transfers control to the exit handler for that SQLSTATE code.INSERT错误将控制转移到SQLSTATE代码的退出处理程序。

9.SQLSTATE messages give specific information about what caused an error or warning condition, and are very useful for resolving errors.SQLSTATE消息可以提供关于导致错误或警告状况的原因的特定信息,这对于解决错误很有用。

10.Altering this attribute for a column requires table reorganization before further table access is allowed (SQLSTATE 57016).修改列的这个属性要求进行表重组,然后才允许进行进一步的表访问(SQLSTATE57016)。