Connect via NexusDB (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 NexusDB driver is provided to allow connecting to NexusDB in client/server or embedded mode.
The 3rd-party library (NexusDB), which is shipped as a part of the NexusDB database server, is required. It should be downloaded separately.
Parameters
| | |
|---|---|
| Server Name | The server entry must be in one of the following formats:
|
| Login | Defines a username and password to access secured database servers. |
| Database | Specifies the name of the database to which you wish to connect. The database entry must be in one of the following two formats:
|
Example connection strings:
NexusDB?Server=ipv4://NexusDB@127.0.0.1;Database=alias://myAlias NexusDB?Server=embedded://nxServerEngine_embedded;Database=path://myPath
See Also
Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode
Glossary — Architecture — Articles — Features — Library — Samples