Common Content for Data Engineering
- Common Content for Data Engineering 10.5.5.1
- All Products
Database
| Connect String Syntax
| Example
|
---|---|---|
IBM DB2
| dbname
| mydatabase
|
Microsoft SQL Server
| servername @dbname
| sqlserver@mydatabase
If you do not specify the connect string in the syntax specified, you must specify the ODBC entry specified for the data source.
To connect to the Azure Microsoft SQL Server database, you must specify the ODBC entry specified for the data source.
|
Oracle
| dbname .world (same as TNSNAMES entry)
| oracle.world
|