EDB_BAD_ERROR_INFO Define | |
RDD Error Number.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax DEFINE EDB_BAD_ERROR_INFO := 1036 AS LONG
public const int EDB_BAD_ERROR_INFO = 1036
Request Example
View SourceField Value
Type:
LongRemarks This define has the same value as a member of the Subcodes enum. You can use either the define or the enum value in your code.
See Also