skip to main content
DataDirect Connect Drivers : Progress OpenEdge Driver : Connection Properties : DatabaseName
  
DatabaseName
Purpose
The name of the database that is running on the database server.
Valid Values
string
where:
string
is the name of the database.
Default
None
Data Type
String
Alias
Database property. If both the Database and DatabaseName properties are specified in a connection URL, the last property positioned in the connection URL is used. For example, if your application specifies the following connection URL, the value of the Database connection property would be used instead of the value of the DatabaseName connection property.

jdbc:datadirect:openedge://server1:2003;DatabaseName=TEST1;
Database=TEST2;User=test;Password=secret