Installed Files

<< Click to Display Table of Contents >>

Navigation:  Apollo OLEDB > Getting Started >

Installed Files

Setup installs and registers the ApolloOLEDB.DLL on your development system.

Apollo OLEDB consists of the following files:

C:\Apollo\9.9\Win32\OLEDB

ApolloOLEDB9.DLL - Apollo OLEDB Provider

C:\Apollo\9.9\Engine

Apollo9.DLL – Core Apollo database engine file.

ApolloCDX9.DLL – FoxPro file support (ttSXFOX)

ApolloNTX9.DLL – Clipper file support (ttSXNTX)

ApolloNSX9.DLL – HiPer-SIx file support (ttSXNSX)

ApolloSQL9.DLL - Apollo SQL engine

Apollo OLEDB internally interacts with the Apollo*.DLL database engine files, so there is no need to call low level API functions.

Apollo API Template File for VB

apollo9.BAS defines the Apollo API for Visual Basic. Add this file to your VB project to access the Apollo API directly. From the VB File menu, select ADD FILE and then choose apollo9.BAS from C:\Apollo\9.0\Engine\Bas, or make a copy of the file and place it in your project directory and add it from there.