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.
|
Oracle
| dbname .world (same as TNSNAMES entry)
| oracle.world
|