Database Connection Strings
When you create a database connection, specify a connection string for that connection. The Test Data Manager Service uses the connection string to create a connection object to the Test Data Manager repository.
The following table lists the native connect string syntax for each supported database:
Database | Connection String Syntax | Example |
---|
IBM DB2 | dbname | mydatabase |
Microsoft SQL Server | servername@dbname | sqlserver@mydatabase |
Oracle | dbname.world (same as TNSNAMES entry) | oracle.world |