home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOKAN 19
/
DOKAN19.iso
/
IE5
/
MDAC_IE5.CAB
/
adcvbs.inc
< prev
next >
Wrap
Text File
|
1999-02-02
|
589b
|
27 lines
<%
'--------------------------------------------------------------------
' Microsoft ADC
'
' (c) 1997 Microsoft Corporation. All Rights Reserved.
'
'
'
' ADO constants include file for VBScript
'
'--------------------------------------------------------------------
'---- enum Values ----
Const adcExecSync = 1
Const adcExecAsync = 2
'---- enum Values ----
Const adcFetchUpFront = 1
Const adcFetchBackground = 2
Const adcFetchAsync = 3
'---- enum Values ----
Const adcReadyStateLoaded = 2
Const adcReadyStateInteractive = 3
Const adcReadyStateComplete = 4
%>