home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / oledbvbs.inc < prev    next >
Text File  |  1998-05-31  |  6KB  |  158 lines

  1. <%
  2. '----------------------------------------------------------
  3. ' Microsoft OLE DB
  4. ' Copyright (C), 1996-1997 Microsoft Corporation.
  5. '
  6. ' OLE DB error constant include file for VBScript
  7. '
  8. '----------------------------------------------------------
  9.  
  10. Const DB_E_BADACCESSORHANDLE = &H80040E00
  11. Const DB_E_ROWLIMITEXCEEDED = &H80040E01
  12. Const DB_E_READONLYACCESSOR = &H80040E02
  13. Const DB_E_SCHEMAVIOLATION = &H80040E03
  14. Const DB_E_BADROWHANDLE = &H80040E04
  15. Const DB_E_OBJECTOPEN = &H80040E05
  16. Const DB_E_BADCHAPTER = &H80040E06
  17. Const DB_E_CANTCONVERTVALUE = &H80040E07
  18. Const DB_E_BADBINDINFO = &H80040E08
  19. Const DB_SEC_E_PERMISSIONDENIED = &H80040E09
  20. Const DB_E_NOTAREFERENCECOLUMN = &H80040E0A
  21. Const DB_E_LIMITREJECTED = &H80040E0B
  22. Const DB_E_NOCOMMAND = &H80040E0C
  23. Const DB_E_COSTLIMIT = &H80040E0D
  24. Const DB_E_BADBOOKMARK = &H80040E0E
  25. Const DB_E_BADLOCKMODE = &H80040E0F
  26. Const DB_E_PARAMNOTOPTIONAL = &H80040E10
  27. Const DB_E_BADCOLUMNID = &H80040E11
  28. Const DB_E_BADRATIO = &H80040E12
  29. Const DB_E_BADVALUES = &H80040E13
  30. Const DB_E_ERRORSINCOMMAND = &H80040E14
  31. Const DB_E_CANTCANCEL = &H80040E15
  32. Const DB_E_DIALECTNOTSUPPORTED = &H80040E16
  33. Const DB_E_DUPLICATEDATASOURCE = &H80040E17
  34. Const DB_E_CANNOTRESTART = &H80040E18
  35. Const DB_E_NOTFOUND = &H80040E19
  36. Const DB_E_CANNOTFREE = &H80040E1A
  37. Const DB_E_NEWLYINSERTED = &H80040E1B
  38. Const DB_E_GOALREJECTED = &H80040E1C
  39. Const DB_E_UNSUPPORTEDCONVERSION = &H80040E1D
  40. Const DB_E_BADSTARTPOSITION = &H80040E1E
  41. Const DB_E_NOQUERY = &H80040E1F
  42. Const DB_E_NOTREENTRANT = &H80040E20
  43. Const DB_E_ERRORSOCCURRED = &H80040E21
  44. Const DB_E_NOAGGREGATION = &H80040E22
  45. Const DB_E_DELETEDROW = &H80040E23
  46. Const DB_E_CANTFETCHBACKWARDS = &H80040E24
  47. Const DB_E_ROWSNOTRELEASED = &H80040E25
  48. Const DB_E_BADSTORAGEFLAG = &H80040E26
  49. Const DB_E_BADCOMPAREOP = &H80040E27
  50. Const DB_E_BADSTATUSVALUE = &H80040E28
  51. Const DB_E_CANTSCROLLBACKWARDS = &H80040E29
  52. Const DB_E_BADREGIONHANDLE = &H80040E2A
  53. Const DB_E_NONCONTIGUOUSRANGE = &H80040E2B
  54. Const DB_E_INVALIDTRANSITION = &H80040E2C
  55. Const DB_E_NOTASUBREGION = &H80040E2D
  56. Const DB_E_MULTIPLESTATEMENTS = &H80040E2E
  57. Const DB_E_INTEGRITYVIOLATION = &H80040E2F
  58. Const DB_E_BADTYPENAME = &H80040E30
  59. Const DB_E_ABORTLIMITREACHED = &H80040E31
  60. Const DB_E_ROWSETINCOMMAND = &H80040E32
  61. Const DB_E_CANTTRANSLATE = &H80040E33
  62. Const DB_E_DUPLICATEINDEXID = &H80040E34
  63. Const DB_E_NOINDEX = &H80040E35
  64. Const DB_E_INDEXINUSE = &H80040E36
  65. Const DB_E_NOTABLE = &H80040E37
  66. Const DB_E_CONCURRENCYVIOLATION = &H80040E38
  67. Const DB_E_BADCOPY = &H80040E39
  68. Const DB_E_BADPRECISION = &H80040E3A
  69. Const DB_E_BADSCALE = &H80040E3B
  70. Const DB_E_BADTABLEID = &H80040E3C
  71. Const DB_E_BADTYPE = &H80040E3D
  72. Const DB_E_DUPLICATECOLUMNID = &H80040E3E
  73. Const DB_E_DUPLICATETABLEID = &H80040E3F
  74. Const DB_E_TABLEINUSE = &H80040E40
  75. Const DB_E_NOLOCALE = &H80040E41
  76. Const DB_E_BADRECORDNUM = &H80040E42
  77. Const DB_E_BOOKMARKSKIPPED = &H80040E43
  78. Const DB_E_BADPROPERTYVALUE = &H80040E44
  79. Const DB_E_INVALID = &H80040E45
  80. Const DB_E_BADACCESSORFLAGS = &H80040E46
  81. Const DB_E_BADSTORAGEFLAGS = &H80040E47
  82. Const DB_E_BYREFACCESSORNOTSUPPORTED = &H80040E48
  83. Const DB_E_NULLACCESSORNOTSUPPORTED = &H80040E49
  84. Const DB_E_NOTPREPARED = &H80040E4A
  85. Const DB_E_BADACCESSORTYPE = &H80040E4B
  86. Const DB_E_WRITEONLYACCESSOR = &H80040E4C
  87. Const DB_SEC_E_AUTH_FAILED = &H80040E4D
  88. Const DB_E_CANCELED = &H80040E4E
  89. Const DB_E_CHAPTERNOTRELEASED = &H80040E4F
  90. Const DB_E_BADSOURCEHANDLE = &H80040E50
  91. Const DB_E_PARAMUNAVAILABLE = &H80040E51
  92. Const DB_E_ALREADYINITIALIZED = &H80040E52
  93. Const DB_E_NOTSUPPORTED = &H80040E53
  94. Const DB_E_MAXPENDCHANGESEXCEEDED = &H80040E54
  95. Const DB_E_BADORDINAL = &H80040E55
  96. Const DB_E_PENDINGCHANGES = &H80040E56
  97. Const DB_E_DATAOVERFLOW = &H80040E57
  98. Const DB_E_BADHRESULT = &H80040E58
  99. Const DB_E_BADLOOKUPID = &H80040E59
  100. Const DB_E_BADDYNAMICERRORID = &H80040E5A
  101. Const DB_E_PENDINGINSERT = &H80040E5B
  102. Const DB_E_BADCONVERTFLAG = &H80040E5C
  103. Const DB_E_BADPARAMETERNAME = &H80040E5D
  104. Const DB_E_MULTIPLESTORAGE = &H80040E5E
  105. Const DB_E_CANTFILTER = &H80040E5F
  106. Const DB_E_CANTORDER = &H80040E60
  107. Const DB_S_ROWLIMITEXCEEDED = &H00040EC0
  108. Const DB_S_COLUMNTYPEMISMATCH = &H00040EC1
  109. Const DB_S_TYPEINFOOVERRIDDEN = &H00040EC2
  110. Const DB_S_BOOKMARKSKIPPED = &H00040EC3
  111. Const DB_S_NONEXTROWSET = &H00040EC5
  112. Const DB_S_ENDOFROWSET = &H00040EC6
  113. Const DB_S_COMMANDREEXECUTED = &H00040EC7
  114. Const DB_S_BUFFERFULL = &H00040EC8
  115. Const DB_S_NORESULT = &H00040EC9
  116. Const DB_S_CANTRELEASE = &H00040ECA
  117. Const DB_S_GOALCHANGED = &H00040ECB
  118. Const DB_S_UNWANTEDOPERATION = &H00040ECC
  119. Const DB_S_DIALECTIGNORED = &H00040ECD
  120. Const DB_S_UNWANTEDPHASE = &H00040ECE
  121. Const DB_S_UNWANTEDREASON = &H00040ECF
  122. Const DB_S_ASYNCHRONOUS = &H00040ED0
  123. Const DB_S_COLUMNSCHANGED = &H00040ED1
  124. Const DB_S_ERRORSRETURNED = &H00040ED2
  125. Const DB_S_BADROWHANDLE = &H00040ED3
  126. Const DB_S_DELETEDROW = &H00040ED4
  127. Const DB_S_TOOMANYCHANGES = &H00040ED5
  128. Const DB_S_STOPLIMITREACHED = &H00040ED6
  129. Const DB_S_LOCKUPGRADED = &H00040ED8
  130. Const DB_S_PROPERTIESCHANGED = &H00040ED9
  131. Const DB_S_ERRORSOCCURRED = &H00040EDA
  132. Const DB_S_PARAMUNAVAILABLE = &H00040EDB
  133. Const DB_S_MULTIPLECHANGES = &H00040EDC
  134. Const DB_E_OBJECTCREATIONLIMITREACHED = &H00040EDE
  135. Const DB_E_NOCOLUMN = &H00040EE6
  136. Const DB_E_COMMANDNOTPERSISTED = &H00040EE7
  137. Const DB_E_DUPLICATEID = &H00040EE8
  138. Const XACT_S_ASYNC = &H0004D000
  139. Const XACT_S_ABORTING = &H0004D008
  140. Const XACT_E_CANTRETAIN = &H8004D001
  141. Const XACT_E_COMMITFAILED = &H8004D002
  142. Const XACT_E_ISOLATIONLEVEL = &H8004D008
  143. Const XACT_E_NOENLIST = &H8004D00A
  144. Const XACT_E_NOISORETAIN = &H8004D00B
  145. Const XACT_E_NOTRANSACTION = &H8004D00E
  146. Const XACT_E_NOTSUPPORTED = &H8004D00F
  147. Const XACT_E_XTIONEXISTS = &H8004D013
  148. Const XACT_E_INDOUBT = &H8004D016
  149. Const XACT_E_NOTIMEOUT = &H8004D017
  150. Const XACT_E_ALREADYINPROGRESS = &H8004D018
  151. Const XACT_E_ABORTED = &H8004D019
  152. Const XACT_E_LOGFULL = &H8004D01A
  153. Const XACT_E_TMNOTAVAILABLE = &H8004D01B
  154. Const XACT_E_CONNECTION_DOWN = &H8004D01C
  155. Const XACT_E_CONNECTION_DENIED = &H8004D01D
  156. Const XACT_E_CONNECTION_REQUEST_DENIED = &H8004D100
  157. %>
  158.