DatabaseName
- Last Updated: January 24, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft SQL Server 6.0
- Documentation
Purpose
Specifies the name of the database to which you want to connect.
Valid Values
string
where:
- string
- is the name of a SQL Server or Azure database.
Notes
Database can be used as an alias for DatabaseName.
Data source method
public String getDatabaseName()
public void setDatabaseName(String)
Default
None
Data type
String