Connecting To Databases
Use the following Steps to create a database connection:
Database | Cycle Step |
---|---|
Oracle | I connect to Oracle database at "localhost:1521/testdb" logged in as "USER" with password "PASS" |
SQL Server | I connect to Microsoft SQLServer database at "http://localhost:1433/testdb" logged in as "USER" with password "PASS" |
MySQL | I connect to MySQL database "http://localhost:1401/testdb" logged in as "USER" with password "PASS" |
DB2 Server | I connect to DB2 database at "http://localhost:5000/testdb" logged in as "USER" with password "PASS" |