home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 May / Chip_1999-05_cd.bin / zkuste / PersWebServer / dagsetup.inf < prev    next >
Windows Setup INFormation  |  1997-11-07  |  40KB  |  1,639 lines

  1. ;=====================================================================
  2. ;
  3. ; Master OCM INF for the DAG Stack
  4. ;
  5. ;=====================================================================
  6.  
  7. [Version]
  8. Signature="$Chicago$"
  9. Platform=W95
  10. Provider=%MS%
  11. LayoutFile=DAGSETUP.INF
  12.  
  13. [Private]
  14. StandAlone=0
  15.  
  16. [Strings]
  17. ; setup version
  18. DACSV="1.50.06.0039"
  19. REG_CPTIMEOUT="Software\ODBC\ODBCINST.INI\SQL Server"
  20. REG_BRAZOSCPTIMEOUT="SOFTWARE\ODBC\ODBCINST.INI\Microsoft Access Driver (*.mdb)"
  21. REG_UNINSTALL="Software\Microsoft\Windows\CurrentVersion\Uninstall\DataAccess"
  22. REG_DATAACCESS="Software\Microsoft\DataAccess"
  23. REG_RUNONCE="Software\Microsoft\Windows\CurrentVersion\RunOnce"
  24.  
  25. ;=====================================================================
  26. ; LOCALIZE HERE
  27. ;=====================================================================
  28. Title="Microsoft Data Access Components 1.5"
  29. MS="Microsoft Corporation"
  30.  
  31. DAC="Microsoft Data Access Components 1.5"
  32. DAC_Tip="Install Microsoft Data Access Components 1.5"
  33. DAC_ADO_Opt="MDAC: ADO, ODBC, and OLE DB" 
  34. DAC_ADO_Tip="Install ActiveX Data Objects (ADO) plus required OLE DB and ODBC files."
  35. DAC_ADO_CORE_Opt="MDAC Core Files: ADO, ODBC, and OLE DB"
  36. DAC_ADO_CORE_Tip="Install ActiveX Data Objects (ADO) plus required OLE DB and ODBC files."
  37. DAC_ADO_DOC_Opt="ADO Documentation"
  38. DAC_ADO_DOC_Tip="Install ADO Documentation"
  39. DAC_RDS_Opt="Remote Data Service 1.5 (RDS/ADC)" 
  40. DAC_RDS_Tip="Install Remote Data Service (formerly Advanced Data Connector)"
  41. DAC_RDS_CORE_Opt="RDS Core Files"
  42. DAC_RDS_CORE_Tip="RDS Minimum Install"
  43. DAC_RDS_SAMPLE_Opt="RDS Samples"
  44. DAC_RDS_SAMPLE_Tip="Install RDS Samples. These are referenced by the documentation."
  45. DAC_RDS_DOC_Opt="RDS Documents"
  46. DAC_RDS_DOC_Tip="Install RDS Documents"
  47. DAC_RDS_11_Opt="RDS v1.1 Files"
  48. DAC_RDS_11_Tip="RDS v1.1 Install"
  49. DAC_DRV_Opt="Data Sources"
  50. DAC_DRV_Tip="Install Drivers and Providers for accessing common data sources"
  51. DAC_DRV_ACCESS_Opt="Jet and Access (OLE DB)"
  52. DAC_DRV_ACCESS_Tip="Install Access OLE DB Provider 3.51"
  53. DAC_DRV_BRAZOS_Opt="Jet and Access (ODBC)"
  54. DAC_DRV_BRAZOS_Tip="Install Access ODBC Driver 3.5"
  55. DAC_DRV_SQLSRV_Opt="SQL Server"
  56. DAC_DRV_SQLSRV_Tip="Install Microsoft SQL Server ODBC Driver"
  57. DAC_DRV_ORACLE_Opt="Oracle"
  58. DAC_DRV_ORACLE_Tip="Install Microsoft ODBC Driver for Oracle 2.0"
  59. ; End localize
  60.  
  61. ;=====================================================================
  62. ;
  63. ; Page specifications.
  64. ;
  65. ;=====================================================================
  66. [PageTitles]
  67. SetupPage=%Title%
  68.  
  69. [PageReplace]
  70. welcome = default
  71. mode = default
  72. final = default
  73.  
  74. [PageAdd]
  75. early = 
  76. prenet = 
  77. postnet = 
  78. late = 
  79.  
  80. ;=====================================================================
  81. ;
  82. ; Components
  83. ;
  84. ;=====================================================================
  85.  
  86. [Optional Components]
  87. DAC
  88. DAC_ADO
  89. DAC_ADO_CORE
  90. DAC_ADO_DOC
  91. DAC_RDS
  92. DAC_RDS_11
  93. DAC_RDS_CORE
  94. DAC_RDS_DOC
  95. DAC_RDS_SAMPLE
  96. DAC_DRV
  97. DAC_DRV_BRAZOS
  98. ; DAC_DRV_ACCESS
  99. DAC_DRV_SQLSRV
  100. DAC_DRV_ORACLE
  101.  
  102. [DAC]
  103. OptionDesc = %DAC%
  104. Tip = %DAC_Tip%
  105. IconIndex = 9
  106.  
  107. [DAC_DRV]
  108. Parent=DAC
  109. OptionDesc = %DAC_DRV_Opt%
  110. Tip = %DAC_DRV_Tip%
  111. IconIndex = 9
  112.  
  113. ; [DAC_DRV_ACCESS]
  114. ; Parent=DAC_DRV
  115. ; Needs=DAC_ADO_CORE, DAC_DRV_BRAZOS
  116. ; OptionDesc = %DAC_DRV_ACCESS_Opt%
  117. ; Tip = %DAC_DRV_ACCESS_Tip%
  118. ; IconIndex = 9
  119.  
  120. [DAC_DRV_BRAZOS]
  121. Parent=DAC_DRV
  122. Needs=DAC_ADO_CORE
  123. OptionDesc = %DAC_DRV_BRAZOS_Opt%
  124. Tip = %DAC_DRV_BRAZOS_Tip%
  125. IconIndex = 9
  126. Modes = 0,1,3
  127.  
  128. [DAC_DRV_SQLSRV]
  129. Parent=DAC_DRV
  130. Needs=DAC_ADO_CORE
  131. OptionDesc = %DAC_DRV_SQLSRV_Opt%
  132. Tip = %DAC_DRV_SQLSRV_Tip%
  133. IconIndex = 9
  134. Modes = 0,1,3
  135.  
  136. [DAC_DRV_ORACLE]
  137. Parent=DAC_DRV
  138. Needs=DAC_ADO_CORE
  139. OptionDesc = %DAC_DRV_ORACLE_Opt%
  140. Tip = %DAC_DRV_ORACLE_Tip%
  141. IconIndex = 9
  142. ; Modes line blank.  Item will be unchecked by default.
  143.  
  144. ;=====================================================================
  145. ;
  146. ; Setup actions
  147. ;
  148. ;=====================================================================
  149.  
  150. [DAC_DRV_BRAZOS_INSTALL]
  151. CopyFiles=DAC_JET_FILES, DAC_BRAZOS_FILES
  152. AddReg=DAC_BRAZOS_REGISTER
  153.  
  154. [DAC_DRV_BRAZOS_UNINSTALL]
  155. DelFiles=
  156.  
  157. [DAC_BRAZOS_REGISTER]
  158. HKLM, %REG_BRAZOSCPTIMEOUT%,"CPTimeout",0x00000000,"60"
  159.  
  160. [DAC_DRV_ACCESS_INSTALL]
  161. ;CopyFiles=DAC_JOLT_FILES
  162.  
  163. [DAC_DRV_ACCESS_UNINSTALL]
  164. ;DelFiles=DAC_JOLT_FILES
  165.  
  166. [DAC_DRV_SQLSRV_INSTALL]
  167. CopyFiles=DAC_SQLSRV_FILES
  168. AddReg=DAC_SQLSRV_REGISTER
  169.  
  170. [DAC_DRV_SQLSRV_UNINSTALL]
  171. DelFiles=
  172.  
  173. [DAC_SQLSRV_REGISTER]
  174. HKLM, %REG_CPTIMEOUT%,"CPTimeout",0x00000000,"60"
  175.  
  176. [DAC_DRV_ORACLE_INSTALL]
  177. CopyFiles=DAC_ORACLE_FILES
  178.  
  179. [DAC_DRV_ORACLE_UNINSTALL]
  180. DelFiles=
  181.  
  182. [DAC_RDS]
  183. Parent=DAC
  184. OptionDesc = %DAC_RDS_Opt%
  185. Tip = %DAC_RDS_Tip%
  186. IconIndex = 9
  187.  
  188. [DAC_RDS_CORE]
  189. OptionDesc = %DAC_RDS_CORE_Opt%
  190. Tip = %DAC_RDS_CORE_Tip%
  191. Parent = DAC_RDS
  192. Needs = DAC_ADO_CORE, IIS_WWW
  193. IconIndex = 9
  194. Modes = 0,1,3
  195.  
  196. [DAC_RDS_11]
  197. OptionDesc = %DAC_RDS_11_Opt%
  198. Tip = %DAC_RDS_11_Tip%
  199. Parent = DAC_RDS
  200. Needs = DAC_ADO_CORE, IIS_WWW
  201. IconIndex = 9
  202. ; Modes line blank.  Item will be unchecked by default.
  203.  
  204. [DAC_RDS_DOC]
  205. OptionDesc = %DAC_RDS_DOC_Opt%
  206. Tip = %DAC_RDS_DOC_Tip%
  207. Parent = DAC_RDS
  208. Needs = DAC_RDS_CORE
  209. IconIndex = 49
  210. ; Modes line blank.  Item will be unchecked by default.
  211.  
  212. [DAC_RDS_SAMPLE]
  213. OptionDesc = %DAC_RDS_SAMPLE_Opt%
  214. Tip = %DAC_RDS_SAMPLE_Opt%
  215. Parent = DAC_RDS
  216. Needs = DAC_RDS_CORE, DAC_DRV_BRAZOS
  217. IconIndex = 11
  218. ; Modes line blank.  Item will be unchecked by default.
  219.  
  220. [DAC_RDS_CORE_INSTALL]
  221. CopyFiles=DAC_RDS_FILES, DAC_RDS_SYS_FILES
  222. AddReg=DAC_RDS_CORE_REGISTER
  223.  
  224. [DAC_RDS_CORE_REGISTER]
  225. HKLM,System\CurrentControlSet\Services\W3SVC\Parameters\ADCLaunch\AdvancedDataFactory
  226. HKLM,System\CurrentControlSet\Services\W3SVC\Parameters\ADCLaunch\RDSServer.DataFactory
  227. HKLM,System\CurrentControlSet\Services\W3SVC\Parameters\Virtual Roots,"/MSADC",,"%32772%\System\MSADC,,5"
  228.  
  229. [DAC_RDS_CORE_UNINSTALL]
  230. ; DelFiles=DAC_RDS_FILES, DAC_RDS_SYS_FILES
  231. ; DelReg=DAC_RDS_CORE_UNREGISTER
  232. DelFiles=
  233.  
  234. [DAC_RDS_CORE_UNREGISTER]
  235. HKLM,System\CurrentControlSet\Services\W3SVC\Parameters\ADCLaunch
  236. HKLM,System\CurrentControlSet\Services\W3SVC\Parameters\Virtual Roots,"/MSADC"
  237.  
  238. [DAC_RDS_11_INSTALL]
  239. CopyFiles=DAC_RDS_11_FILES, DAC_RDS_DOC11_FILES, DAC_RDS_S11_FILES, DAC_RDS_S11A_FILES
  240.  
  241. [DAC_RDS_11_UNINSTALL]
  242. ; DelFiles=DAC_RDS_11_FILES, DAC_RDS_DOC11_FILES, DAC_RDS_S11_FILES, DAC_RDS_S11A_FILES
  243. DelFiles=DAC_RDS_DOC11_FILES, DAC_RDS_S11_FILES, DAC_RDS_S11A_FILES
  244.  
  245. [DAC_RDS_DOC_INSTALL]
  246. CopyFiles=DAC_RDS_DOC_FILES
  247.  
  248. [DAC_RDS_DOC_UNINSTALL]
  249. DelFiles=DAC_RDS_DOC_FILES
  250.  
  251. [DAC_RDS_SAMPLE_INSTALL]
  252. CopyFiles=DAC_RDS_ST_FILES, DAC_RDS_SS_FILES, DAC_RDS_SSCI_FILES, DAC_RDS_SSCVA_FILES, DAC_RDS_SSCVAS_FILES, DAC_RDS_SSCVV_FILES, DAC_RDS_SSCVVS_FILES, DAC_RDS_SSMV_FILES,DAC_RDS_S_FILES, DAC_RDS_SA_FILES
  253. ; These are empty: CopyFiles=DAC_RDS_SSC_FILES, DAC_RDS_SSCV_FILES, DAC_RDS_SSM_FILES, 
  254. ; NO query builder CopyFiles=DAC_RDS_SQ_FILES, DAC_RDS_SQI_FILES, DAC_RDS_SQM_FILES, DAC_RDS_SQS_FILES, DAC_RDS_SQV_FILES
  255. AddReg=DAC_RDS_SAMPLE_REGISTER
  256.  
  257. [DAC_RDS_SAMPLE_REGISTER]
  258. HKEY_CLASSES_ROOT,CLSID\{C9FC0DB1-C814-11D0-9D83-00AA0057430D}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}
  259. HKEY_CLASSES_ROOT,CLSID\{C9FC0DB1-C814-11D0-9D83-00AA0057430D}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}
  260. HKEY_LOCAL_MACHINE,SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\ADCLaunch\VbBusObj.VbBusObjCls
  261.  
  262. [DAC_RDS_SAMPLE_UNINSTALL]
  263. DelFiles=DAC_RDS_S_FILES, DAC_RDS_SA_FILES, DAC_RDS_SS_FILES, DAC_RDS_SSCI_FILES, DAC_RDS_SSCVA_FILES, DAC_RDS_SSCVAS_FILES, DAC_RDS_SSCVV_FILES, DAC_RDS_SSCVVS_FILES, DAC_RDS_SSMV_FILES, DAC_RDS_ST_FILES
  264. ; These are empty: DelFiles=DAC_RDS_SSC_FILES, DAC_RDS_SSCV_FILES, DAC_RDS_SSM_FILES, 
  265. ; NO query builder: DelFiles=DAC_RDS_SQ_FILES, DAC_RDS_SQI_FILES, DAC_RDS_SQM_FILES, DAC_RDS_SQS_FILES, DAC_RDS_SQV_FILES
  266. DelReg=DAC_RDS_SAMPLE_UNREGISTER
  267.  
  268. [DAC_RDS_SAMPLE_UNREGISTER]
  269. HKEY_CLASSES_ROOT,CLSID\{C9FC0DB1-C814-11D0-9D83-00AA0057430D}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}
  270. HKEY_CLASSES_ROOT,CLSID\{C9FC0DB1-C814-11D0-9D83-00AA0057430D}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}
  271. HKEY_LOCAL_MACHINE,SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\ADCLaunch\VbBusObj.VbBusObjCls
  272.  
  273. [DAC_ADO]
  274. Parent=DAC
  275. OptionDesc = %DAC_ADO_Opt%
  276. Tip = %DAC_ADO_Tip%
  277. IconIndex = 9        
  278.  
  279. [DAC_ADO_CORE]
  280. OptionDesc = %DAC_ADO_CORE_Opt%
  281. Tip = %DAC_ADO_CORE_Tip%
  282. Parent = DAC_ADO
  283. IconIndex = 9        
  284. Modes = 0,1,3    
  285. Needs = IIS_COMMON
  286.  
  287. [DAC_ADO_DOC]
  288. OptionDesc = %DAC_ADO_DOC_Opt%
  289. Tip = %DAC_ADO_DOC_Tip%
  290. Parent = DAC_ADO
  291. Needs = DAC_ADO_CORE
  292. IconIndex = 49
  293. ; Modes line blank.  Item will be unchecked by default.
  294.  
  295. [DAC_ADO_CORE_INSTALL]
  296. CopyFiles=DAC_ODBC_FILES, DAC_OLEDB_FILES, DAC_ADO_FILES, DAC_OCM_FILES, DAC_DAG_FILES
  297. AddReg=DAC_OCM_REGISTER
  298.  
  299. [DAC_ADO_CORE_UNINSTALL]
  300. ; DelFiles=DAC_OLEDB_FILES, DAC_ADO_FILES
  301. DelReg=DAC_OCM_UNREGISTER
  302. DelFiles=
  303.  
  304. [DAC_ADO_DOC_INSTALL]
  305. CopyFiles=DAC_ADO_DOC_FILES
  306.  
  307. [DAC_ADO_DOC_UNINSTALL]
  308. DelFiles=DAC_ADO_DOC_FILES
  309.  
  310. [DAC_OCM_REGISTER]
  311. HKLM, %REG_DATAACCESS%,"Version",0x00000000,%DACSV%
  312. ; HKLM, %REG_UNINSTALL%,"DisplayName",0x00000000,%DAC%
  313. ; HKLM, %REG_UNINSTALL%,"UninstallString",0x00000000,"%11%\sysocmgr -i:%11%\setup\iisv4.inf -c"
  314. HKLM, %REG_RUNONCE%,"DAC_RegOLEDB1",0x00000000,"%11%\regsvr32 /s ""%32772%\System\OLE DB\msdadc.dll"""
  315. HKLM, %REG_RUNONCE%,"DAC_RegOLEDB2",0x00000000,"%11%\regsvr32 /s ""%32772%\System\OLE DB\msdaenum.dll"""
  316. HKLM, %REG_RUNONCE%,"DAC_RegOLEDB3",0x00000000,"%11%\regsvr32 /s ""%32772%\System\OLE DB\msdaer.dll"""
  317. HKLM, %REG_RUNONCE%,"DAC_RegOLEDB4",0x00000000,"%11%\regsvr32 /s ""%32772%\System\OLE DB\msdatt.dll"""
  318.  
  319. [DAC_OCM_UNREGISTER]
  320. HKLM, %REG_DATAACCESS%,"Version"
  321. ; HKLM, %REG_UNINSTALL%,"DisplayName"
  322. ; HKLM, %REG_UNINSTALL%,"UninstallString"
  323.  
  324. ;=====================================================================
  325. ; Directories section, generated by infutil, will be appended below
  326. ;=====================================================================
  327.  
  328. ; 18 ===> Windows\help directory (%windir%)
  329. ; 20 ===> windows\fonts directory
  330. ; 11 ===> system directory (%windir%\system on Win95, %windir%\system32 on NT)
  331. ; 12 ===> drivers directory (%windir%\system32\drivers on NT)
  332. ; 32772 ===> "Program Files\Common Files"
  333.  
  334. [DestinationDirs]
  335. DAC_OCM_FILES=11
  336. DAC_DAG_FILES=11, "Setup"
  337. DAC_ADO_FILES=32772, "System\ADO"
  338. DAC_ADO_DOC_FILES=32772, "System\ADO\Docs"
  339. DAC_RDS_FILES=32772, "System\MSADC"
  340. DAC_RDS_SYS_FILES=11
  341. DAC_RDS_DOC_FILES=32772, "System\MSADC\Docs"
  342. DAC_RDS_S_FILES=32772, "System\MSADC\Samples"
  343. DAC_RDS_SALPHA_FILES=32772, "System\MSADC\Samples"
  344. DAC_RDS_SA_FILES=32772, "System\MSADC\Samples\AddressBook"
  345. DAC_RDS_SS_FILES=32772, "System\MSADC\Samples\SELECTOR"
  346. DAC_RDS_SSCI_FILES=32772, "System\MSADC\Samples\SELECTOR\CLIENT\IE"
  347. DAC_RDS_SSCVA_FILES=32772, "System\MSADC\Samples\SELECTOR\CLIENT\VB\VBTOADF"
  348. DAC_RDS_SSCVAS_FILES=32772, "System\MSADC\Samples\SELECTOR\CLIENT\VB\VBTOADF\SETUP"
  349. DAC_RDS_SSCVV_FILES=32772, "System\MSADC\Samples\SELECTOR\CLIENT\VB\VBTOVB"
  350. DAC_RDS_SSCVVS_FILES=32772, "System\MSADC\Samples\SELECTOR\CLIENT\VB\VBTOVB\SETUP"
  351. DAC_RDS_SSMV_FILES=32772, "System\MSADC\Samples\SELECTOR\MIDDLE_TIER\VBBUSOBJ"
  352. DAC_RDS_ST_FILES=32772, "System\MSADC\Samples\Tutorial"
  353. DAC_RDS_11_FILES=32772, "System\MSADC"
  354. DAC_RDS_DOC11_FILES=32772, "System\MSADC\Doc11"
  355. DAC_RDS_S11_FILES=32772, "System\MSADC\Samples11"
  356. DAC_RDS_S11A_FILES=32772, "System\MSADC\Samples11\AddressBook"
  357. DAC_OLEDB_FILES=32772, "System\OLE DB"
  358. ; DAC_JOLT_FILES=32772, "System\OLE DB"
  359. DAC_JET_FILES=11
  360. DAC_BRAZOS_FILES=11
  361. DAC_ODBC_FILES=11
  362. DAC_SQLSRV_FILES=11
  363. DAC_ORACLE_FILES=11
  364.  
  365. ;=====================================================================
  366. ; File section, generated by infutil, will be appended below
  367. ;=====================================================================
  368.  
  369. [dac_ado_doc_files]
  370. adoobj01.htm
  371. adoobj01_1.htm
  372. adoobj01_2.htm
  373. adoobj01_3.htm
  374. adoobj01_4.htm
  375. adoobj01_5.htm
  376. adoobj01_6.htm
  377. adomthx1_17.htm
  378. adoidx02_2.htm
  379. adoidx02_3.htm
  380. adoidx02_4.htm
  381. adopro02.htm
  382. adopro02_1.htm
  383. adopro02_2.htm
  384. adopro02_3.htm
  385. adopro02_4.htm
  386. adopro02_5.htm
  387. adopro02_6.htm
  388. adopro02_7.htm
  389. adopro03.htm
  390. adopro03_1.htm
  391. adopro03_2.htm
  392. adopro03_3.htm
  393. adopro03_4.htm
  394. adopro03_5.htm
  395. adopro03_6.htm
  396. adopro03_7.htm
  397. adopro04.htm
  398. adopro04_1.htm
  399. adopro04_2.htm
  400. adopro04_3.htm
  401. adopro04_4.htm
  402. adoobj02.htm
  403. adoobj02_1.htm
  404. adoobj02_2.htm
  405. adoobj02_3.htm
  406. adopro01.htm
  407. adopro01_1.htm
  408. adopro01_2.htm
  409. adopro01_3.htm
  410. adopro01_4.htm
  411. adopro01_5.htm
  412. adopro01_6.htm
  413. adopro06_2.htm
  414. adopro06_3.htm
  415. adopro06_4.htm
  416. adopro06_5.htm
  417. adopro06_6.htm
  418. adopro06_7.htm
  419. adopro06_8.htm
  420. adopro07.htm
  421. adopro07_1.htm
  422. adopro07_2.htm
  423. adoprox1.htm
  424. adoprox1_1.htm
  425. adoprox1_10.htm
  426. adoprox1_11.htm
  427. adoprox1_12.htm
  428. adoprox1_13.htm
  429. adoprox1_14.htm
  430. adoprox1_15.htm
  431. adoprox1_16.htm
  432. adoprox1_17.htm
  433. adoprox1_18.htm
  434. adoprox1_19.htm
  435. adoprox1_2.htm
  436. adoprox1_20.htm
  437. adoprox1_21.htm
  438. adoprox1_22.htm
  439. adoprox1_23.htm
  440. adoprox1_24.htm
  441. adoprox1_3.htm
  442. adoprox1_4.htm
  443. adoprox1_5.htm
  444. adoprox1_6.htm
  445. adoprox1_7.htm
  446. adoprox1_8.htm
  447. adoprox1_9.htm
  448. adorlnts.htm
  449. adowelc.htm
  450. colerror.gif
  451. colfield.gif
  452. colparam.gif
  453. colprope.gif
  454. cont.gif
  455. contents.htm
  456. daccbanr.gif
  457. default.htm
  458. index.gif
  459. index.htm
  460. mdacgstr.htm
  461. mdacovrv.htm
  462. mdacwelc.htm
  463. ms_logo.gif
  464. navbar.htm
  465. nocont.gif
  466. noindex.gif
  467. objcomma.gif
  468. objconn.gif
  469. objerror.gif
  470. objfield.gif
  471. objparam.gif
  472. objprope.gif
  473. objrecor.gif
  474. paracros.gif
  475. parchild.gif
  476. parlower.gif
  477. parmult.gif
  478. parshare.gif
  479. readme.txt,readme.txt5
  480. space.gif
  481. adomth01_1.htm
  482. adomth01_2.htm
  483. adomth01_3.htm
  484. adomth01_4.htm
  485. adomth01_5.htm
  486. adomth01_6.htm
  487. adomth01_7.htm
  488. adomth01_8.htm
  489. adomth01_9.htm
  490. adomth02.htm
  491. adomth02_1.htm
  492. adomth02_2.htm
  493. adomth02_3.htm
  494. adomth02_4.htm
  495. adomth02_5.htm
  496. adomth02_6.htm
  497. adomth02_7.htm
  498. adomth02_8.htm
  499. adomth03.htm
  500. adomth03_1.htm
  501. adomth03_2.htm
  502. adomth03_3.htm
  503. adomth03_4.htm
  504. adomth03_5.htm
  505. adomth03_6.htm
  506. adomth03_7.htm
  507. adomth04.htm
  508. adomth04_1.htm
  509. adomthx1.htm
  510. adomthx1_1.htm
  511. adomthx1_10.htm
  512. adomthx1_11.htm
  513. adomthx1_12.htm
  514. adoidx01_1.htm
  515. adoidx02.htm
  516. ado15a.hhc
  517. ado15b.hhc
  518. adoidx01.htm
  519. ado15.hhk
  520. ado15.gif
  521. adopro04_5.htm
  522. adopro04_6.htm
  523. adopro05.htm
  524. adopro05_1.htm
  525. adopro05_2.htm
  526. adopro05_3.htm
  527. adopro05_4.htm
  528. adopro05_5.htm
  529. adopro05_6.htm
  530. adopro06.htm
  531. adopro06_1.htm
  532. adomthx1_8.htm
  533. adomthx1_9.htm
  534. adomthx1_6.htm
  535. adomthx1_2.htm
  536. adomthx1_3.htm
  537. adomthx1_4.htm
  538. adomthx1_5.htm
  539. adomthx1_7.htm
  540. adomthx1_16.htm
  541. adoidx02_1.htm
  542. adomthx1_13.htm
  543. adomthx1_14.htm
  544. adomthx1_15.htm
  545. adointro.htm
  546. adointro_1.htm
  547. adointro_2.htm
  548. adointro_3.htm
  549. adointro_4.htm
  550. adolegal.htm
  551. adomth01.htm
  552.  
  553. [dac_ado_files]
  554. adovbs.inc
  555. makapt15.bat
  556. adoapt15.reg
  557. adofre15.reg
  558. adojavas.inc
  559. makfre15.bat
  560. msador15.dll
  561. msadrh15.dll
  562. readme.txt
  563. msader15.dll
  564. msado15.dll
  565.  
  566. [dac_brazos_files]
  567. odbcjet.hlp
  568. odbcjet.cnt
  569. odbctl32.dll
  570. odbcji32.dll
  571. odbcjt32.dll
  572.  
  573. [dac_dag_files]
  574. dagsetup.inf
  575. dagsetup.dll
  576. odbccp32.dll
  577. readme.txt,readme.txt4
  578. odbcint.dll
  579.  
  580. [dac_jet_files]
  581. msrepl35.dll
  582. msjter35.dll
  583. msjint35.dll
  584. msjet35.dll
  585. msrd2x35.dll
  586. vbajet32.dll
  587. vbar332.dll
  588.  
  589. [dac_ocm_files]
  590. regsvr32.exe
  591. msvbvm50.dll
  592.  
  593. [dac_odbc_files]
  594. odbc32gt.dll
  595. odbc16gt.dll
  596. odbccr32.dll
  597. odbcad32.exe
  598. odbccu32.dll
  599. odbcinst.cnt
  600. odbc32.dll
  601. odbccp32.dll,odbccp32.dll1
  602. odbcint.dll,odbcint.dll1
  603. ds16gt.dll
  604. ds32gt.dll
  605. mtxdm.dll
  606. odbctrac.dll
  607. odbcinst.hlp
  608. odbccp32.cpl
  609.  
  610. [dac_oledb_files]
  611. msdaerr.dll
  612. msdatl.dll
  613. msdaer.dll
  614. msdaenum.dll
  615. msdasqlr.dll
  616. msdadc.dll
  617. msdatt.dll
  618. msdasql.dll
  619. msdaps.dll
  620.  
  621. [dac_oracle_files]
  622. msorcl32.cnt
  623. msorcl32.hlp
  624. msoracle32readme.txt
  625. msorcl32.dll
  626.  
  627. [dac_rds_11_files]
  628. msadc11.cab
  629.  
  630. [dac_rds_doc11_files]
  631. adcrefx_9.htm
  632. adcdef01_11.htm
  633. adcrefx_5.htm
  634. adcdef01_20.htm
  635. adcdef01_21.htm
  636. adcdef01_22.htm
  637. adcrefx_8.htm
  638. adcdef01_39.htm
  639. adcdef01_4.htm
  640. adcdef01_40.htm
  641. adcdef01_41.htm
  642. adcdef01_42.htm
  643. adcdef01_43.htm
  644. adcdef01_44.htm
  645. adcdef01_45.htm
  646. adcdef01_46.htm
  647. adcdef01_47.htm
  648. adcdef01_5.htm
  649. adcdef01_6.htm
  650. adcdef01_7.htm
  651. adcdef01_8.htm
  652. adcdef01_9.htm
  653. adcdg01.htm
  654. adcdef01_12.htm
  655. adcdef01_13.htm
  656. adcdef01_14.htm
  657. adcdef01_15.htm
  658. adcdef01_16.htm
  659. adcdef01_29.htm
  660. adcdef01_3.htm
  661. adcrefx_3.htm
  662. adcrefx_4.htm
  663. adctut02_7.htm
  664. ad001.gif
  665. adcdgapb.htm
  666. adcgs01.htm
  667. adcgs01_1.htm
  668. adcgs01_2.htm
  669. adcgs01_3.htm
  670. adcgs01_4.htm
  671. adcgs01_5.htm
  672. adcgs01_6.htm
  673. adclegal.htm
  674. adcref01.htm
  675. adcref01_1.htm
  676. adcref01_10.htm
  677. adcref01_11.htm
  678. adcref01_12.htm
  679. adcref01_13.htm
  680. adcref01_14.htm
  681. adcref01_15.htm
  682. adcref01_16.htm
  683. adcref01_17.htm
  684. adcref01_18.htm
  685. adcref01_19.htm
  686. adcref01_2.htm
  687. adcref01_3.htm
  688. adcref01_4.htm
  689. adcref01_5.htm
  690. adcref01_6.htm
  691. adcref01_7.htm
  692. adcref01_8.htm
  693. adcref01_9.htm
  694. adcref02.htm
  695. adcref02_1.htm
  696. adcref02_2.htm
  697. adcrefx.htm
  698. adcrefx_1.htm
  699. adcrefx_10.htm
  700. adcrefx_11.htm
  701. adcrefx_2.htm
  702. adcdg02_5.htm
  703. adcdg03.gif
  704. adcdgapa.htm
  705. adcdgapa_1.htm
  706. odbcshot.gif
  707. prcarrow.gif
  708. adcdg01_1.htm
  709. adctut02.htm
  710. adctut02_1.htm
  711. adctut02_10.htm
  712. adctut02_11.htm
  713. adctut02_12.htm
  714. adctut02_13.htm
  715. adctut02_2.htm
  716. adctut02_3.htm
  717. adctut02_4.htm
  718. adctut02_5.htm
  719. adctut02_6.htm
  720. adcdg02_1.htm
  721. adctut02_8.htm
  722. adctut02_9.htm
  723. adcwtnu.htm
  724. contents.htm,contents.htm2
  725. default.htm,default.htm2
  726. ms_logo.gif,ms_logo.gif2
  727. msadc11.hhc
  728. navbar.htm,navbar.htm2
  729. adcdg02_3.htm
  730. adcdg02_4.htm
  731. rds1_1.gif
  732. readme.txt,readme.txt3
  733. adcdef01_17.htm
  734. adcdef01_18.htm
  735. adcdef01_19.htm
  736. adcdef01_2.htm
  737. adcdg02.htm
  738. adcdg02.gif
  739. adcdg02_2.htm
  740. adcdef01_23.htm
  741. adcdef01_24.htm
  742. adcdef01_25.htm
  743. adcdef01_26.htm
  744. adcdef01_27.htm
  745. adcdef01_28.htm
  746. ad003.gif
  747. adcdef01.htm
  748. adcdef01_30.htm
  749. adcdef01_31.htm
  750. adcdef01_32.htm
  751. adcdef01_33.htm
  752. adcdef01_34.htm
  753. adcdef01_35.htm
  754. adcdef01_36.htm
  755. adcdef01_37.htm
  756. adcdef01_38.htm
  757. adcdef01_1.htm
  758. adcrefx_6.htm
  759. ad002.gif
  760. adcdef01_10.htm
  761. adcrefx_7.htm
  762.  
  763. [dac_rds_doc_files]
  764. adcref01_7.htm,adcref01_7.htm1
  765. adcref01_29.htm
  766. adcref01_3.htm,adcref01_3.htm1
  767. adcref01_4.htm,adcref01_4.htm1
  768. msadc15b.hhc
  769. navbar.htm,navbar.htm1
  770. prcarrow.gif,prcarrow.gif1
  771. readme.txt,readme.txt1
  772. adcdef01_31.htm,adcdef01_31.htm1
  773. adcdef01_32.htm,adcdef01_32.htm1
  774. adcdg02.gif,adcdg02.gif1
  775. adcdg02.htm,adcdg02.htm1
  776. adcdg02_1.htm,adcdg02_1.htm1
  777. adctut02.htm,adctut02.htm1
  778. adctut02_13.htm,adctut02_13.htm1
  779. adctut02_1.htm,adctut02_1.htm1
  780. adctut02_9.htm,adctut02_9.htm1
  781. adcwtnu.htm,adcwtnu.htm1
  782. adcdef01_3.htm,adcdef01_3.htm1
  783. adcdef01_30.htm,adcdef01_30.htm1
  784. adctut02_3.htm,adctut02_3.htm1
  785. adctut02_4.htm,adctut02_4.htm1
  786. adcdef01_21.htm,adcdef01_21.htm1
  787. adcdef01_22.htm,adcdef01_22.htm1
  788. adcdef01_23.htm,adcdef01_23.htm1
  789. adcdef01_24.htm,adcdef01_24.htm1
  790. adcdef01_25.htm,adcdef01_25.htm1
  791. adcdef01_26.htm,adcdef01_26.htm1
  792. adcdef01_27.htm,adcdef01_27.htm1
  793. adcdef01_28.htm,adcdef01_28.htm1
  794. adcdef01_29.htm,adcdef01_29.htm1
  795. adcdef01_15.htm,adcdef01_15.htm1
  796. adctut01_7.htm
  797. adctut01_8.htm
  798. adcdef01_44.htm,adcdef01_44.htm1
  799. ad001.gif,ad001.gif1
  800. ad002.gif,ad002.gif1
  801. ad003.gif,ad003.gif1
  802. adc15.gif
  803. adccodeex.htm
  804. adcdef01.htm,adcdef01.htm1
  805. adcdef01_1.htm,adcdef01_1.htm1
  806. adcdef01_10.htm,adcdef01_10.htm1
  807. adcdef01_11.htm,adcdef01_11.htm1
  808. adcdef01_12.htm,adcdef01_12.htm1
  809. adcdef01_13.htm,adcdef01_13.htm1
  810. adcdef01_14.htm,adcdef01_14.htm1
  811. adctut02_2.htm,adctut02_2.htm1
  812. adcdef01_16.htm,adcdef01_16.htm1
  813. adcdef01_17.htm,adcdef01_17.htm1
  814. adcdef01_18.htm,adcdef01_18.htm1
  815. adcdef01_19.htm,adcdef01_19.htm1
  816. adcdef01_2.htm,adcdef01_2.htm1
  817. adcdef01_20.htm,adcdef01_20.htm1
  818. adctut02_10.htm,adctut02_10.htm1
  819. adctut02_11.htm,adctut02_11.htm1
  820. adctut02_12.htm,adctut02_12.htm1
  821. adcref01_8.htm,adcref01_8.htm1
  822. adcref01_9.htm,adcref01_9.htm1
  823. adcref02.htm,adcref02.htm1
  824. adcref02_1.htm,adcref02_1.htm1
  825. adcref02_2.htm,adcref02_2.htm1
  826. adcrefx.htm,adcrefx.htm1
  827. adcrefx_1.htm,adcrefx_1.htm1
  828. adcrefx_10.htm,adcrefx_10.htm1
  829. adcrefx_11.htm,adcrefx_11.htm1
  830. adcrefx_12.htm
  831. adcrefx_13.htm
  832. adcrefx_14.htm
  833. adcrefx_15.htm
  834. adcrefx_2.htm,adcrefx_2.htm1
  835. adcrefx_3.htm,adcrefx_3.htm1
  836. adcrefx_4.htm,adcrefx_4.htm1
  837. adcrefx_5.htm,adcrefx_5.htm1
  838. adcrefx_6.htm,adcrefx_6.htm1
  839. adcrefx_7.htm,adcrefx_7.htm1
  840. adcrefx_8.htm,adcrefx_8.htm1
  841. adcrefx_9.htm,adcrefx_9.htm1
  842. adctut01.htm
  843. adctut01_1.htm
  844. adctut01_2.htm
  845. adctut01_3.htm
  846. adctut01_4.htm
  847. adctut01_5.htm
  848. adctut01_6.htm
  849. adcgs01_2.htm,adcgs01_2.htm1
  850. adcdef01_45.htm,adcdef01_45.htm1
  851. adcdef01_46.htm,adcdef01_46.htm1
  852. adcdef01_47.htm,adcdef01_47.htm1
  853. adcdef01_5.htm,adcdef01_5.htm1
  854. adcdef01_6.htm,adcdef01_6.htm1
  855. adcdef01_7.htm,adcdef01_7.htm1
  856. adcdef01_8.htm,adcdef01_8.htm1
  857. adcdef01_9.htm,adcdef01_9.htm1
  858. adcdg01.htm,adcdg01.htm1
  859. adcdg01_1.htm,adcdg01_1.htm1
  860. adctut02_5.htm,adctut02_5.htm1
  861. adctut02_6.htm,adctut02_6.htm1
  862. adctut02_7.htm,adctut02_7.htm1
  863. adctut02_8.htm,adctut02_8.htm1
  864. adcref01_21.htm
  865. adcref01_22.htm
  866. adcref01_23.htm
  867. adcref01_24.htm
  868. adcref01_25.htm
  869. adcref01_26.htm
  870. adcref01_27.htm
  871. adcref01_28.htm
  872. adcdef01_33.htm,adcdef01_33.htm1
  873. adcdef01_36.htm,adcdef01_36.htm1
  874. adcdef01_35.htm,adcdef01_35.htm1
  875. adcdef01_38.htm,adcdef01_38.htm1
  876. adcdef01_39.htm,adcdef01_39.htm1
  877. adcdef01_4.htm,adcdef01_4.htm1
  878. adcdef01_40.htm,adcdef01_40.htm1
  879. adcdef01_41.htm,adcdef01_41.htm1
  880. adcdef01_42.htm,adcdef01_42.htm1
  881. adcdef01_43.htm,adcdef01_43.htm1
  882. adcdef01_34.htm,adcdef01_34.htm1
  883. contents.htm,contents.htm1
  884. default.htm,default.htm1
  885. ms_logo.gif,ms_logo.gif1
  886. msadc15a.hhc
  887. adcref01_15.htm,adcref01_15.htm1
  888. adcref01_16.htm,adcref01_16.htm1
  889. adcref01_17.htm,adcref01_17.htm1
  890. adcref01_18.htm,adcref01_18.htm1
  891. adcref01_19.htm,adcref01_19.htm1
  892. adcref01_2.htm,adcref01_2.htm1
  893. adcref01_20.htm
  894. adcref01_5.htm,adcref01_5.htm1
  895. adcref01_6.htm,adcref01_6.htm1
  896. adcdg02_2.htm,adcdg02_2.htm1
  897. adcdg02_3.htm,adcdg02_3.htm1
  898. adcdg02_4.htm,adcdg02_4.htm1
  899. adcdg02_5.htm,adcdg02_5.htm1
  900. adcdg03.gif,adcdg03.gif1
  901. adcdgapa.htm,adcdgapa.htm1
  902. adcdgapa_1.htm,adcdgapa_1.htm1
  903. adcdgapb.htm,adcdgapb.htm1
  904. adcgs01.htm,adcgs01.htm1
  905. adcgs01_1.htm,adcgs01_1.htm1
  906. adcdef01_37.htm,adcdef01_37.htm1
  907. adcgs01_3.htm,adcgs01_3.htm1
  908. adcgs01_4.htm,adcgs01_4.htm1
  909. adcgs01_5.htm,adcgs01_5.htm1
  910. adcgs01_6.htm,adcgs01_6.htm1
  911. adclegal.htm,adclegal.htm1
  912. adcref01.htm,adcref01.htm1
  913. adcref01_1.htm,adcref01_1.htm1
  914. adcref01_10.htm,adcref01_10.htm1
  915. adcref01_11.htm,adcref01_11.htm1
  916. adcref01_12.htm,adcref01_12.htm1
  917. adcref01_13.htm,adcref01_13.htm1
  918. adcref01_14.htm,adcref01_14.htm1
  919.  
  920. [dac_rds_files]
  921. adcvbs.inc
  922. msadce.dll
  923. msadcs.dll
  924. msadcer.dll
  925. msadco.dll
  926. readme.txt,readme.txt2
  927. adcjavas.inc
  928. msadcor.dll
  929. msadcf.dll
  930.  
  931. [dac_rds_s11_files]
  932. adctest.asp
  933.  
  934. [dac_rds_s11a_files]
  935. sampleemp.sql
  936. arcadia.gif
  937. addrbook.asp
  938.  
  939. [dac_rds_s_files]
  940. adctest.asp,adctest.asp1
  941. ssdatb32.cab
  942. advworks.mdb
  943.  
  944. [dac_rds_sa_files]
  945. sampleemp.sql,sampleemp.sql1
  946. addrbook.asp,addrbook.asp1
  947. arcadia.gif,arcadia.gif1
  948.  
  949. [dac_rds_ss_files]
  950. sampstart.asp
  951. asp.gif
  952. showcode.asp
  953.  
  954. [dac_rds_ssci_files]
  955. adctoadf.asp
  956. adcauto.asp
  957. adctovb.asp
  958. srcform.inc
  959.  
  960. [dac_rds_sscva_files]
  961. mssccprj.scc
  962. setup.swt
  963. vbtoadf.dll
  964. vbtoadf.dob
  965. vbtoadf.vbp
  966. vbtoadfdoc.vbd
  967.  
  968. [dac_rds_sscvas_files]
  969. vbtoadf.htm
  970. vbtoadfdoc.vbd,vbtoadfdoc.vbd1
  971. vbtoadf.cab
  972.  
  973. [dac_rds_sscvv_files]
  974. vbtovb.dob
  975. vbtovbdoc.vbd
  976. vbtovb.vbp
  977. mssccprj.scc,mssccprj.scc2
  978. setup.swt,setup.swt1
  979. vbtovb.dll
  980.  
  981. [dac_rds_sscvvs_files]
  982. vbtovb.cab
  983. vbtovbdoc.vbd,vbtovbdoc.vbd1
  984. vbtovb.htm
  985.  
  986. [dac_rds_ssmv_files]
  987. vbbusobjcls.cls
  988. vbbusobj.vbp
  989. vbbusobj.dll
  990. vbbusobjmod.bas
  991. dcom_safe.reg
  992. launch_safe.reg
  993. mssccprj.scc,mssccprj.scc1
  994.  
  995. [dac_rds_st_files]
  996. tutorial.asp
  997.  
  998. [dac_rds_sys_files]
  999. msdatsrc.tlb
  1000.  
  1001. [dac_sqlsrv_files]
  1002. instcat.sql
  1003. mscpxl32.dll
  1004. odbcbcp.dll
  1005. sqlsodbc.hlp
  1006. sqlsrdme.txt
  1007. sqlsrv32.dll
  1008. windbver.exe
  1009. dbmssocn.dll
  1010. dbnmpntw.dll
  1011. 12520437.cpx
  1012. 12520850.cpx
  1013. ;*** BEGIN **********************************************************
  1014. ;**                                                                **
  1015. ;** Automatically generated on: Fri Nov 07 14:22:38 1997           **
  1016. ;**                                                                **
  1017. ;** Diamond Version: (32) 1.00.0508 (08/12/94)                     **
  1018. ;**                                                                **
  1019. ;*** BEGIN **********************************************************
  1020. ;LAYOUT.INF
  1021. ;Disk Layout file for Microsoft Data Access Components 1.5 Setup
  1022. ;Copyright (c) 1993-1997 Microsoft Corporation
  1023.  
  1024.  
  1025.  
  1026. [SourceDisksNames]
  1027. ; Cabinet file names and associated disks
  1028. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  1029. 0="Microsoft Data Access Components 1.5","",0
  1030. 1="Microsoft Data Access Components 1.5","ado.cab",0
  1031. 2="Microsoft Data Access Components 1.5","brazos.cab",0
  1032. 3="Microsoft Data Access Components 1.5","dag.cab",0
  1033. 4="Microsoft Data Access Components 1.5","jet.cab",0
  1034. 5="Microsoft Data Access Components 1.5","odbc.cab",0
  1035. 6="Microsoft Data Access Components 1.5","oledb.cab",0
  1036. 7="Microsoft Data Access Components 1.5","oracle.cab",0
  1037. 8="Microsoft Data Access Components 1.5","rds.cab",0
  1038. 9="Microsoft Data Access Components 1.5","sqlsrv.cab",0
  1039. [SourceDisksFiles]
  1040. ;<file> = <cabinet number>,<subdir>,<size>
  1041. ;Note: File is not in a cabinet if cab# is 0
  1042.  
  1043. dagsetup.inf=0,,8
  1044. dagsetup.dll=0,,484864
  1045. msvbvm50.dll=0,,1334032
  1046. regsvr32.exe=0,,30720
  1047. odbcint.dll=0,,69120
  1048. odbccp32.dll=0,,83072
  1049. makfre15.bat=1,,26
  1050. msador15.dll=1,,147216
  1051. msadrh15.dll=1,,42256
  1052. readme.txt=1,,6304
  1053. msader15.dll=1,,6144
  1054. msado15.dll=1,,169232
  1055. adojavas.inc=1,,7259
  1056. adovbs.inc=1,,7419
  1057. makapt15.bat=1,,26
  1058. adoapt15.reg=1,,798
  1059. adofre15.reg=1,,766
  1060. adopro02.htm=1,,3265
  1061. adopro02_1.htm=1,,3101
  1062. adopro02_2.htm=1,,3220
  1063. adopro02_3.htm=1,,3372
  1064. adopro02_4.htm=1,,4728
  1065. adopro02_5.htm=1,,2737
  1066. adopro02_6.htm=1,,2506
  1067. adopro02_7.htm=1,,5311
  1068. adopro03.htm=1,,2870
  1069. adopro03_1.htm=1,,2398
  1070. adopro03_2.htm=1,,2490
  1071. adopro03_3.htm=1,,3190
  1072. adopro03_4.htm=1,,3163
  1073. adopro03_5.htm=1,,7268
  1074. adopro03_6.htm=1,,2525
  1075. adopro03_7.htm=1,,4058
  1076. adopro04.htm=1,,3723
  1077. adopro04_1.htm=1,,2262
  1078. adopro04_2.htm=1,,3439
  1079. adopro04_3.htm=1,,2894
  1080. adopro04_4.htm=1,,2311
  1081. adoobj02.htm=1,,4296
  1082. adoobj02_1.htm=1,,2461
  1083. adoobj02_2.htm=1,,3816
  1084. adoobj02_3.htm=1,,2971
  1085. adopro01.htm=1,,3491
  1086. adopro01_1.htm=1,,4124
  1087. adopro01_2.htm=1,,5544
  1088. adopro01_3.htm=1,,2748
  1089. adopro01_4.htm=1,,7105
  1090. adopro01_5.htm=1,,5404
  1091. adopro01_6.htm=1,,3521
  1092. adopro06_2.htm=1,,3124
  1093. adopro06_3.htm=1,,2526
  1094. adopro06_4.htm=1,,5040
  1095. adopro06_5.htm=1,,7573
  1096. adopro06_6.htm=1,,2819
  1097. adopro06_7.htm=1,,2589
  1098. adopro06_8.htm=1,,2032
  1099. adopro07.htm=1,,3820
  1100. adopro07_1.htm=1,,2897
  1101. adopro07_2.htm=1,,2442
  1102. adoprox1.htm=1,,3159
  1103. adoprox1_1.htm=1,,2957
  1104. adoprox1_10.htm=1,,3433
  1105. adoprox1_11.htm=1,,5052
  1106. adoprox1_12.htm=1,,3526
  1107. adoprox1_13.htm=1,,4421
  1108. adoprox1_14.htm=1,,2458
  1109. adoprox1_15.htm=1,,2683
  1110. adoprox1_16.htm=1,,3982
  1111. adoprox1_17.htm=1,,3500
  1112. adoprox1_18.htm=1,,2653
  1113. adoprox1_19.htm=1,,3622
  1114. adoprox1_2.htm=1,,3988
  1115. adoprox1_20.htm=1,,2811
  1116. adoprox1_21.htm=1,,3049
  1117. adoprox1_22.htm=1,,3046
  1118. adoprox1_23.htm=1,,3010
  1119. adoprox1_24.htm=1,,1388
  1120. adoprox1_3.htm=1,,2619
  1121. adoprox1_4.htm=1,,3134
  1122. adoprox1_5.htm=1,,4621
  1123. adoprox1_6.htm=1,,3670
  1124. adoprox1_7.htm=1,,3721
  1125. adoprox1_8.htm=1,,2929
  1126. adoprox1_9.htm=1,,3724
  1127. adorlnts.htm=1,,7577
  1128. adowelc.htm=1,,1896
  1129. colerror.gif=1,,987
  1130. colfield.gif=1,,996
  1131. colparam.gif=1,,1019
  1132. colprope.gif=1,,1018
  1133. cont.gif=1,,992
  1134. contents.htm=1,,712
  1135. daccbanr.gif=1,,2074
  1136. default.htm=1,,531
  1137. index.gif=1,,957
  1138. index.htm=1,,798
  1139. mdacgstr.htm=1,,4879
  1140. mdacovrv.htm=1,,7267
  1141. mdacwelc.htm=1,,3118
  1142. ms_logo.gif=1,,1231
  1143. navbar.htm=1,,683
  1144. nocont.gif=1,,1015
  1145. noindex.gif=1,,974
  1146. objcomma.gif=1,,1007
  1147. objconn.gif=1,,1022
  1148. objerror.gif=1,,978
  1149. objfield.gif=1,,988
  1150. objparam.gif=1,,1014
  1151. objprope.gif=1,,1008
  1152. objrecor.gif=1,,1018
  1153. paracros.gif=1,,835
  1154. parchild.gif=1,,857
  1155. parlower.gif=1,,857
  1156. parmult.gif=1,,861
  1157. parshare.gif=1,,858
  1158. readme.txt5=1,,6304
  1159. space.gif=1,,829
  1160. adomth01_1.htm=1,,3341
  1161. adomth01_2.htm=1,,4248
  1162. adomth01_3.htm=1,,5432
  1163. adomth01_4.htm=1,,4147
  1164. adomth01_5.htm=1,,2745
  1165. adomth01_6.htm=1,,2793
  1166. adomth01_7.htm=1,,3308
  1167. adomth01_8.htm=1,,4622
  1168. adomth01_9.htm=1,,3728
  1169. adomth02.htm=1,,2429
  1170. adomth02_1.htm=1,,3932
  1171. adomth02_2.htm=1,,4980
  1172. adomth02_3.htm=1,,4579
  1173. adomth02_4.htm=1,,3728
  1174. adomth02_5.htm=1,,4180
  1175. adomth02_6.htm=1,,5157
  1176. adomth02_7.htm=1,,4277
  1177. adomth02_8.htm=1,,4827
  1178. adomth03.htm=1,,4207
  1179. adomth03_1.htm=1,,9036
  1180. adomth03_2.htm=1,,4259
  1181. adomth03_3.htm=1,,2909
  1182. adomth03_4.htm=1,,3909
  1183. adomth03_5.htm=1,,5022
  1184. adomth03_6.htm=1,,4178
  1185. adomth03_7.htm=1,,4139
  1186. adomth04.htm=1,,2678
  1187. adomth04_1.htm=1,,8504
  1188. adomthx1.htm=1,,10304
  1189. adomthx1_1.htm=1,,3738
  1190. adomthx1_10.htm=1,,2703
  1191. adomthx1_11.htm=1,,9343
  1192. adomthx1_12.htm=1,,2330
  1193. adoidx01_1.htm=1,,3278
  1194. adoidx02.htm=1,,3756
  1195. ado15a.hhc=1,,41732
  1196. ado15b.hhc=1,,35888
  1197. adoidx01.htm=1,,11222
  1198. ado15.hhk=1,,16429
  1199. ado15.gif=1,,2722
  1200. adopro04_5.htm=1,,2079
  1201. adopro04_6.htm=1,,2443
  1202. adopro05.htm=1,,3142
  1203. adopro05_1.htm=1,,2557
  1204. adopro05_2.htm=1,,2502
  1205. adopro05_3.htm=1,,2360
  1206. adopro05_4.htm=1,,2760
  1207. adopro05_5.htm=1,,2957
  1208. adopro05_6.htm=1,,2706
  1209. adopro06.htm=1,,3309
  1210. adopro06_1.htm=1,,2614
  1211. adomthx1_8.htm=1,,10039
  1212. adomthx1_9.htm=1,,11461
  1213. adoobj01.htm=1,,5941
  1214. adoobj01_1.htm=1,,5879
  1215. adoobj01_2.htm=1,,6008
  1216. adoobj01_3.htm=1,,4771
  1217. adoobj01_4.htm=1,,4658
  1218. adoobj01_5.htm=1,,4344
  1219. adoobj01_6.htm=1,,10221
  1220. adomthx1_17.htm=1,,3644
  1221. adoidx02_2.htm=1,,7183
  1222. adoidx02_3.htm=1,,7545
  1223. adoidx02_4.htm=1,,5426
  1224. adointro.htm=1,,1519
  1225. adointro_1.htm=1,,1535
  1226. adointro_2.htm=1,,1519
  1227. adointro_3.htm=1,,1531
  1228. adointro_4.htm=1,,1678
  1229. adolegal.htm=1,,2553
  1230. adomth01.htm=1,,4982
  1231. adoidx02_1.htm=1,,13770
  1232. adomthx1_13.htm=1,,3578
  1233. adomthx1_14.htm=1,,2750
  1234. adomthx1_15.htm=1,,5017
  1235. adomthx1_16.htm=1,,5702
  1236. adomthx1_6.htm=1,,11753
  1237. adomthx1_2.htm=1,,4862
  1238. adomthx1_3.htm=1,,4198
  1239. adomthx1_4.htm=1,,6328
  1240. adomthx1_5.htm=1,,9676
  1241. adomthx1_7.htm=1,,5216
  1242. odbcjet.hlp=2,,162850
  1243. odbcjet.cnt=2,,6870
  1244. odbctl32.dll=2,,73216
  1245. odbcji32.dll=2,,37888
  1246. odbcjt32.dll=2,,246784
  1247. readme.txt4=3,,33
  1248. msjint35.dll=4,,123664
  1249. msjet35.dll=4,,1045776
  1250. msrd2x35.dll=4,,252176
  1251. vbajet32.dll=4,,18192
  1252. msjter35.dll=4,,24848
  1253. vbar332.dll=4,,368912
  1254. msrepl35.dll=4,,407312
  1255. odbc32gt.dll=5,,9728
  1256. odbc16gt.dll=5,,26224
  1257. odbccr32.dll=5,,198656
  1258. odbcad32.exe=5,,10752
  1259. odbccu32.dll=5,,177136
  1260. odbcinst.cnt=5,,244
  1261. odbc32.dll=5,,171792
  1262. odbccp32.dll1=5,,83072
  1263. odbcint.dll1=5,,69120
  1264. ds16gt.dll=5,,4656
  1265. ds32gt.dll=5,,8704
  1266. mtxdm.dll=5,,31232
  1267. odbctrac.dll=5,,137424
  1268. odbcinst.hlp=5,,26858
  1269. odbccp32.cpl=5,,11056
  1270. msdaerr.dll=6,,12560
  1271. msdatl.dll=6,,60048
  1272. msdaer.dll=6,,30432
  1273. msdaenum.dll=6,,17264
  1274. msdasqlr.dll=6,,17920
  1275. msdadc.dll=6,,47600
  1276. msdatt.dll=6,,39632
  1277. msdasql.dll=6,,262976
  1278. msdaps.dll=6,,14336
  1279. msorcl32.cnt=7,,1657
  1280. msorcl32.hlp=7,,46083
  1281. msoracle32readme.txt=7,,2524
  1282. msorcl32.dll=7,,129808
  1283. msadc11.cab=8,,370195
  1284. adcrefx_9.htm=8,,771
  1285. adcdef01_11.htm=8,,673
  1286. adcrefx_5.htm=8,,1131
  1287. adcdef01_20.htm=8,,568
  1288. adcdef01_21.htm=8,,771
  1289. adcdef01_22.htm=8,,552
  1290. adcrefx_8.htm=8,,820
  1291. adcdef01_39.htm=8,,380
  1292. adcdef01_4.htm=8,,530
  1293. adcdef01_40.htm=8,,709
  1294. adcdef01_41.htm=8,,542
  1295. adcdef01_42.htm=8,,613
  1296. adcdef01_43.htm=8,,484
  1297. adcdef01_44.htm=8,,529
  1298. adcdef01_45.htm=8,,532
  1299. adcdef01_46.htm=8,,519
  1300. adcdef01_47.htm=8,,2848
  1301. adcdef01_5.htm=8,,568
  1302. adcdef01_6.htm=8,,930
  1303. adcdef01_7.htm=8,,521
  1304. adcdef01_8.htm=8,,520
  1305. adcdef01_9.htm=8,,392
  1306. adcdg01.htm=8,,1178
  1307. adcdef01_12.htm=8,,704
  1308. adcdef01_13.htm=8,,750
  1309. adcdef01_14.htm=8,,427
  1310. adcdef01_15.htm=8,,673
  1311. adcdef01_16.htm=8,,899
  1312. adcdef01_29.htm=8,,709
  1313. adcdef01_3.htm=8,,856
  1314. adcrefx_3.htm=8,,578
  1315. adcrefx_4.htm=8,,1030
  1316. adctut02_7.htm=8,,1125
  1317. ad001.gif=8,,8008
  1318. adcdgapb.htm=8,,5541
  1319. adcgs01.htm=8,,835
  1320. adcgs01_1.htm=8,,1476
  1321. adcgs01_2.htm=8,,9734
  1322. adcgs01_3.htm=8,,1425
  1323. adcgs01_4.htm=8,,4646
  1324. adcgs01_5.htm=8,,3025
  1325. adcgs01_6.htm=8,,2409
  1326. adclegal.htm=8,,1733
  1327. adcref01.htm=8,,1348
  1328. adcref01_1.htm=8,,8006
  1329. adcref01_10.htm=8,,2920
  1330. adcref01_11.htm=8,,2966
  1331. adcref01_12.htm=8,,1776
  1332. adcref01_13.htm=8,,5808
  1333. adcref01_14.htm=8,,2810
  1334. adcref01_15.htm=8,,3645
  1335. adcref01_16.htm=8,,323
  1336. adcref01_17.htm=8,,313
  1337. adcref01_18.htm=8,,319
  1338. adcref01_19.htm=8,,296
  1339. adcref01_2.htm=8,,2966
  1340. adcref01_3.htm=8,,2466
  1341. adcref01_4.htm=8,,2296
  1342. adcref01_5.htm=8,,3438
  1343. adcref01_6.htm=8,,2439
  1344. adcref01_7.htm=8,,1731
  1345. adcref01_8.htm=8,,1915
  1346. adcref01_9.htm=8,,2266
  1347. adcref02.htm=8,,555
  1348. adcref02_1.htm=8,,3826
  1349. adcref02_2.htm=8,,3471
  1350. adcrefx.htm=8,,786
  1351. adcrefx_1.htm=8,,767
  1352. adcrefx_10.htm=8,,1135
  1353. adcrefx_11.htm=8,,1203
  1354. adcrefx_2.htm=8,,982
  1355. adcdg02_5.htm=8,,2889
  1356. adcdg03.gif=8,,5541
  1357. adcdgapa.htm=8,,497
  1358. adcdgapa_1.htm=8,,11408
  1359. odbcshot.gif=8,,8809
  1360. prcarrow.gif=8,,821
  1361. adcdg01_1.htm=8,,25084
  1362. adctut02.htm=8,,2713
  1363. adctut02_1.htm=8,,2074
  1364. adctut02_10.htm=8,,4132
  1365. adctut02_11.htm=8,,3658
  1366. adctut02_12.htm=8,,1396
  1367. adctut02_13.htm=8,,7913
  1368. adctut02_2.htm=8,,2438
  1369. adctut02_3.htm=8,,2003
  1370. adctut02_4.htm=8,,2457
  1371. adctut02_5.htm=8,,3340
  1372. adctut02_6.htm=8,,3981
  1373. adcdg02_1.htm=8,,29792
  1374. adctut02_8.htm=8,,3815
  1375. adctut02_9.htm=8,,8885
  1376. adcwtnu.htm=8,,2644
  1377. contents.htm2=8,,950
  1378. default.htm2=8,,481
  1379. ms_logo.gif2=8,,1231
  1380. msadc11.hhc=8,,25373
  1381. navbar.htm2=8,,1104
  1382. adcdg02_3.htm=8,,3761
  1383. adcdg02_4.htm=8,,2616
  1384. rds1_1.gif=8,,3714
  1385. readme.txt3=8,,14201
  1386. adcdef01_17.htm=8,,529
  1387. adcdef01_18.htm=8,,588
  1388. adcdef01_19.htm=8,,520
  1389. adcdef01_2.htm=8,,494
  1390. adcdg02.htm=8,,1148
  1391. adcdg02.gif=8,,5838
  1392. adcdg02_2.htm=8,,6324
  1393. adcdef01_23.htm=8,,691
  1394. adcdef01_24.htm=8,,455
  1395. adcdef01_25.htm=8,,457
  1396. adcdef01_26.htm=8,,611
  1397. adcdef01_27.htm=8,,427
  1398. adcdef01_28.htm=8,,378
  1399. ad003.gif=8,,9114
  1400. adcdef01.htm=8,,586
  1401. adcdef01_30.htm=8,,538
  1402. adcdef01_31.htm=8,,519
  1403. adcdef01_32.htm=8,,831
  1404. adcdef01_33.htm=8,,445
  1405. adcdef01_34.htm=8,,666
  1406. adcdef01_35.htm=8,,546
  1407. adcdef01_36.htm=8,,470
  1408. adcdef01_37.htm=8,,535
  1409. adcdef01_38.htm=8,,538
  1410. adcdef01_1.htm=8,,705
  1411. adcrefx_6.htm=8,,496
  1412. ad002.gif=8,,6064
  1413. adcdef01_10.htm=8,,481
  1414. adcrefx_7.htm=8,,471
  1415. adctest.asp=8,,2657
  1416. sampleemp.sql=8,,4527
  1417. arcadia.gif=8,,1913
  1418. addrbook.asp=8,,6053
  1419. adcvbs.inc=8,,589
  1420. msadce.dll=8,,172816
  1421. msadcs.dll=8,,42256
  1422. msadcer.dll=8,,5632
  1423. msadco.dll=8,,91408
  1424. readme.txt2=8,,19388
  1425. adcjavas.inc=8,,596
  1426. msadcor.dll=8,,5120
  1427. msadcf.dll=8,,23312
  1428. adctut02.htm1=8,,3859
  1429. adctut02_13.htm1=8,,9152
  1430. adctut02_1.htm1=8,,3221
  1431. adctut02_9.htm1=8,,10047
  1432. adcwtnu.htm1=8,,9286
  1433. adcdef01_3.htm1=8,,1995
  1434. adcdef01_30.htm1=8,,1677
  1435. adctut02_3.htm1=8,,3152
  1436. adctut02_4.htm1=8,,3606
  1437. adcdef01_21.htm1=8,,1910
  1438. adcdef01_22.htm1=8,,1691
  1439. adcdef01_23.htm1=8,,1830
  1440. adcdef01_24.htm1=8,,1594
  1441. adcdef01_25.htm1=8,,1596
  1442. adcdef01_26.htm1=8,,1750
  1443. adcdef01_27.htm1=8,,1566
  1444. adcdef01_28.htm1=8,,1517
  1445. adcdef01_29.htm1=8,,1848
  1446. adcdef01_15.htm1=8,,1812
  1447. adctut01_7.htm=8,,2943
  1448. adctut01_8.htm=8,,2362
  1449. adcdef01_44.htm1=8,,1665
  1450. ad001.gif1=8,,8328
  1451. ad002.gif1=8,,7508
  1452. ad003.gif1=8,,10672
  1453. adc15.gif=8,,2740
  1454. adccodeex.htm=8,,1616
  1455. adcdef01.htm1=8,,1725
  1456. adcdef01_1.htm1=8,,1844
  1457. adcdef01_10.htm1=8,,1620
  1458. adcdef01_11.htm1=8,,1809
  1459. adcdef01_12.htm1=8,,1843
  1460. adcdef01_13.htm1=8,,1889
  1461. adcdef01_14.htm1=8,,1566
  1462. adctut02_2.htm1=8,,3535
  1463. adcdef01_16.htm1=8,,2038
  1464. adcdef01_17.htm1=8,,1668
  1465. adcdef01_18.htm1=8,,1727
  1466. adcdef01_19.htm1=8,,1659
  1467. adcdef01_2.htm1=8,,1633
  1468. adcdef01_20.htm1=8,,1707
  1469. adctut02_10.htm1=8,,5279
  1470. adctut02_11.htm1=8,,4899
  1471. adctut02_12.htm1=8,,2545
  1472. adcref01_8.htm1=8,,3657
  1473. adcref01_9.htm1=8,,4541
  1474. adcref02.htm1=8,,1697
  1475. adcref02_1.htm1=8,,6063
  1476. adcref02_2.htm1=8,,2807
  1477. adcrefx.htm1=8,,5198
  1478. adcrefx_1.htm1=8,,3995
  1479. adcrefx_10.htm1=8,,5867
  1480. adcrefx_11.htm1=8,,5410
  1481. adcrefx_12.htm=8,,4017
  1482. adcrefx_13.htm=8,,1828
  1483. adcrefx_14.htm=8,,2287
  1484. adcrefx_15.htm=8,,4819
  1485. adcrefx_2.htm1=8,,2795
  1486. adcrefx_3.htm1=8,,4237
  1487. adcrefx_4.htm1=8,,5078
  1488. adcrefx_5.htm1=8,,5149
  1489. adcrefx_6.htm1=8,,4841
  1490. adcrefx_7.htm1=8,,2959
  1491. adcrefx_8.htm1=8,,1812
  1492. adcrefx_9.htm1=8,,3582
  1493. adctut01.htm=8,,2069
  1494. adctut01_1.htm=8,,3249
  1495. adctut01_2.htm=8,,2447
  1496. adctut01_3.htm=8,,3374
  1497. adctut01_4.htm=8,,2986
  1498. adctut01_5.htm=8,,2110
  1499. adctut01_6.htm=8,,2085
  1500. adcgs01_2.htm1=8,,9686
  1501. adcdef01_45.htm1=8,,1671
  1502. adcdef01_46.htm1=8,,1655
  1503. adcdef01_47.htm1=8,,3989
  1504. adcdef01_5.htm1=8,,1707
  1505. adcdef01_6.htm1=8,,2069
  1506. adcdef01_7.htm1=8,,1660
  1507. adcdef01_8.htm1=8,,1659
  1508. adcdef01_9.htm1=8,,1531
  1509. adcdg01.htm1=8,,2309
  1510. adcdg01_1.htm1=8,,26178
  1511. adctut02_5.htm1=8,,4496
  1512. adctut02_6.htm1=8,,5126
  1513. adctut02_7.htm1=8,,2274
  1514. adctut02_8.htm1=8,,4932
  1515. adcref01_21.htm=8,,3668
  1516. adcref01_22.htm=8,,2915
  1517. adcref01_23.htm=8,,7782
  1518. adcref01_24.htm=8,,3449
  1519. adcref01_25.htm=8,,4670
  1520. adcref01_26.htm=8,,1525
  1521. adcref01_27.htm=8,,1491
  1522. adcref01_28.htm=8,,1499
  1523. adcdef01_33.htm1=8,,1584
  1524. adcdef01_36.htm1=8,,1609
  1525. adcdef01_35.htm1=8,,1685
  1526. adcdef01_38.htm1=8,,1674
  1527. adcdef01_39.htm1=8,,1519
  1528. adcdef01_4.htm1=8,,1669
  1529. adcdef01_40.htm1=8,,1848
  1530. adcdef01_41.htm1=8,,1681
  1531. adcdef01_42.htm1=8,,1752
  1532. adcdef01_43.htm1=8,,1623
  1533. adcdef01_34.htm1=8,,1805
  1534. contents.htm1=8,,469
  1535. default.htm1=8,,532
  1536. ms_logo.gif1=8,,1231
  1537. msadc15a.hhc=8,,30029
  1538. msadc15b.hhc=8,,27311
  1539. navbar.htm1=8,,678
  1540. prcarrow.gif1=8,,821
  1541. readme.txt1=8,,19388
  1542. adcdef01_31.htm1=8,,1658
  1543. adcdef01_32.htm1=8,,1970
  1544. adcdg02.gif1=8,,6972
  1545. adcdg02.htm1=8,,2556
  1546. adcdg02_1.htm1=8,,37096
  1547. adcdg02_2.htm1=8,,7878
  1548. adcdg02_3.htm1=8,,4898
  1549. adcdg02_4.htm1=8,,5001
  1550. adcdg02_5.htm1=8,,4092
  1551. adcdg03.gif1=8,,6089
  1552. adcdgapa.htm1=8,,1643
  1553. adcdgapa_1.htm1=8,,13339
  1554. adcdgapb.htm1=8,,6644
  1555. adcgs01.htm1=8,,1992
  1556. adcgs01_1.htm1=8,,2633
  1557. adcdef01_37.htm1=8,,1674
  1558. adcgs01_3.htm1=8,,2582
  1559. adcgs01_4.htm1=8,,5816
  1560. adcgs01_5.htm1=8,,4176
  1561. adcgs01_6.htm1=8,,3502
  1562. adclegal.htm1=8,,2788
  1563. adcref01.htm1=8,,2362
  1564. adcref01_1.htm1=8,,6787
  1565. adcref01_10.htm1=8,,3593
  1566. adcref01_11.htm1=8,,3136
  1567. adcref01_12.htm1=8,,3429
  1568. adcref01_13.htm1=8,,3170
  1569. adcref01_14.htm1=8,,2146
  1570. adcref01_15.htm1=8,,2911
  1571. adcref01_16.htm1=8,,3174
  1572. adcref01_17.htm1=8,,3437
  1573. adcref01_18.htm1=8,,4610
  1574. adcref01_19.htm1=8,,4124
  1575. adcref01_2.htm1=8,,3599
  1576. adcref01_20.htm=8,,4175
  1577. adcref01_5.htm1=8,,3101
  1578. adcref01_6.htm1=8,,3501
  1579. adcref01_7.htm1=8,,3037
  1580. adcref01_29.htm=8,,1382
  1581. adcref01_3.htm1=8,,3560
  1582. adcref01_4.htm1=8,,3818
  1583. adctest.asp1=8,,7282
  1584. ssdatb32.cab=8,,318307
  1585. advworks.mdb=8,,350208
  1586. sampleemp.sql1=8,,4527
  1587. addrbook.asp1=8,,6484
  1588. arcadia.gif1=8,,1913
  1589. sampstart.asp=8,,3651
  1590. asp.gif=8,,1964
  1591. showcode.asp=8,,4689
  1592. adctoadf.asp=8,,6236
  1593. adcauto.asp=8,,4652
  1594. adctovb.asp=8,,6375
  1595. srcform.inc=8,,153
  1596. mssccprj.scc=8,,135
  1597. setup.swt=8,,1403
  1598. vbtoadf.dll=8,,16896
  1599. vbtoadf.dob=8,,4985
  1600. vbtoadf.vbp=8,,1005
  1601. vbtoadfdoc.vbd=8,,1536
  1602. vbtoadf.htm=8,,365
  1603. vbtoadfdoc.vbd1=8,,1536
  1604. vbtoadf.cab=8,,12839
  1605. vbtovb.dob=8,,6464
  1606. vbtovbdoc.vbd=8,,1536
  1607. vbtovb.vbp=8,,932
  1608. mssccprj.scc2=8,,133
  1609. setup.swt1=8,,1396
  1610. vbtovb.dll=8,,20992
  1611. vbtovb.cab=8,,14491
  1612. vbtovbdoc.vbd1=8,,1536
  1613. vbtovb.htm=8,,362
  1614. vbbusobjcls.cls=8,,2228
  1615. vbbusobj.vbp=8,,1251
  1616. vbbusobj.dll=8,,13312
  1617. vbbusobjmod.bas=8,,203
  1618. dcom_safe.reg=8,,328
  1619. launch_safe.reg=8,,118
  1620. mssccprj.scc1=8,,139
  1621. tutorial.asp=8,,875
  1622. msdatsrc.tlb=8,,2492
  1623. instcat.sql=9,,654612
  1624. mscpxl32.dll=9,,17408
  1625. odbcbcp.dll=9,,12800
  1626. sqlsodbc.hlp=9,,15787
  1627. sqlsrdme.txt=9,,11516
  1628. sqlsrv32.dll=9,,417792
  1629. windbver.exe=9,,30720
  1630. dbmssocn.dll=9,,10752
  1631. dbnmpntw.dll=9,,22016
  1632. 12520437.cpx=9,,2151
  1633. 12520850.cpx=9,,2233
  1634. ;*** END ************************************************************
  1635. ;**                                                                **
  1636. ;** Automatically generated on: Fri Nov 07 14:22:38 1997           **
  1637. ;**                                                                **
  1638. ;*** END ************************************************************
  1639.