home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / adcvbs.inc < prev    next >
Text File  |  1999-01-12  |  589b  |  27 lines

  1. <%
  2. '--------------------------------------------------------------------
  3. ' Microsoft ADC
  4. '
  5. ' (c) 1997 Microsoft Corporation.  All Rights Reserved.
  6. '
  7. '
  8. '
  9. ' ADO constants include file for VBScript
  10. '
  11. '--------------------------------------------------------------------
  12.  
  13. '---- enum Values ----
  14. Const adcExecSync = 1
  15. Const adcExecAsync = 2
  16.  
  17. '---- enum Values ----
  18. Const adcFetchUpFront = 1
  19. Const adcFetchBackground = 2
  20. Const adcFetchAsync = 3
  21.  
  22. '---- enum Values ----
  23. Const adcReadyStateLoaded = 2
  24. Const adcReadyStateInteractive = 3
  25. Const adcReadyStateComplete = 4
  26. %>
  27.