home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / uaktualnienia / OptionPackPL / setup.CAB / dagsetup.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-02-11  |  39.1 KB  |  1,642 lines

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