Using Apollo SQL

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Installing and Using Apollo VCL >

Using Apollo SQL

The method and syntax for using SQL with Apollo VCL in local and client/server mode with the Apollo Database Server, is the same.

Both local and client/server mode require TApolloQuery and TApolloConnection components be used. When using with the Apollo Database Server, the AccessMethod property must be set to amServer, when in local or peer-to-peer mode,

TApolloConnection.AccessMethod must be set to amLocal.

See Apollo SQL for details