TfrxADODataBase
This component is used to connect to a database. Its function is similar to the TADOConnection Delphi component. The component has the following properties:
| Property | Description |
|---|---|
Connected |
when True the connection is activated |
DatabaseName |
the ADO connection string |
LoginPrompt |
whether to prompt for the password when connecting to the DB |
The LoginPrompt property defines whether to prompt for the password when connecting to the DB. When LoginPrompt is False a user name and password must be included in the ADO connection string.