Connect via PgDAC (Data Abstract)
From RemObjects Wiki
This is a Data Abstract Connections topic
Feel free to add your notes to this topic below.
Contents |
Overview
The Devart Postgres Data Access Components (PgDAC) driver allows you to connect to PostgreSQL database servers.
The 3rd-party library (PgDAC) is required. It should be downloaded separately.
Parameters
| | |
|---|---|
| Server Name | Provides the host name or the IP address of the server to which you are connecting. Enter 'localhost' if the database is local. |
| Login | Defines a username and password to access the database server. The default username is root (with a blank password). |
| Database | Specifies the name of the database to which you wish to connect (e.g. "test"). |
| Custom parameters | Sets additional PgDAC-driver specific options as a semicolon separated list of name/value pairs. Please consult the PgDAC documentation for details on other available options. |
Example
PgDAC?Server=localhost;Database=usda;UserID=root;Password=root;
See Also
Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode
Glossary — Architecture — Articles — Features — Library — Samples