User`s guide
PostgreSQL ODBC for Windows
2-75
Connect to PostgreSQL using the native ODBC connection command line.
1
Connect to the database with the ODBC data source name. For example, the
following code assumes you are connecting to a data source named PostgreSQL with
user name username and password pwd.
conn = database.ODBCConnection('PostgreSQL','username','pwd');
2
Close the database connection conn.
close(conn)
See Also
close | database
More About
• “Working with Database Explorer” on page 4-2