• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/usr/lib/swipl/library/ext/odbc/odbc.pl
All Application Manual Name SummaryHelp

  • odbc
    • odbc.pl
      • odbc_current_connection/2
      • odbc_driver_connect/3
      • odbc_query/3
      • odbc_query/2
      • odbc_current_table/2
      • odbc_table_column/3
      • odbc_table_column/4
      • odbc_type/3
      • odbc_data_source/2
      • odbc_table_primary_key/3
      • odbc_table_foreign_key/5
 odbc_driver_connect(+DriverString, -Connection, +Options) is det
Connects to a database using SQLDriverConnect(). This API allows for driver-specific additional options. DriverString is passed without checking. Options should not include user and password.

Whenever possible, applications should use odbc_connect/3. If you need this predicate, please check the documentation for SQLDriverConnect() and the documentation of your driver.

To be done
- Add facilities to deal with prompted completion of the driver options.
ClioPatria (version V3.1.1-51-ga0b30a5)