TMedConnection.ConnType TMedConnection

property ConnType: TMedConnType ;

Description

Property determines the connection type. Should be set before opening the connection.

Possible connection types:

ctDBF - this connection can be used only to access DBF files

ctMEDSRV - this connection will establish connection to Mediator server and will be able to use both DBF files and Mediator tables

If you will use only DBF files set ConnType to ctDBF. In such a case you will not need Mediator server installed.

If you need to open Mediator tables or both DBF and Mediator tables set ConnType to ctMEDSRV. In this case you will need to have Mediator server installed before opening a connection.