SQLErrorInfo Constructor | |
Construct a SQLErrorInfo object.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOriginator,
symMethod,
hEnv,
hDbc,
hStmt
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SQLErrorInfo(
Usual oOriginator = default,
Usual symMethod = default,
Usual hEnv = default,
Usual hDbc = default,
Usual hStmt = default
)
Request Example
View SourceParameters
- oOriginator (Optional)
- Type: Usual
The object in which the error occurred. - symMethod (Optional)
- Type: Usual
The name of the method of the object in which the error occurred. - hEnv (Optional)
- Type: Usual
The environment handle. - hDbc (Optional)
- Type: Usual
The connection handle. - hStmt (Optional)
- Type: Usual
The statement handle.
See Also