MATLAB DATABASE TOOLBOX RELEASE NOTES User's Guide Page 101

  • Download
  • Add to my manuals
  • Print
  • Page
    / 684
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 100
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
Page view 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 683 684

Comments to this Manuals

No comments