hsql-odbc-1.7ContentsIndex
Database.HSQL.ODBC
Description
Synopsis
connect :: String -> String -> String -> IO Connection
driverConnect :: String -> IO Connection
module Database.HSQL
Documentation
connect
:: StringData source name
-> StringUser identifier
-> StringAuthentication string (password)
-> IO Connectionthe returned value represents the new connection
Makes a new connection to the ODBC data source
driverConnect
:: StringConnection string
-> IO Connectionthe returned value represents the new connection
driverConnect is an alternative to connect. It supports data sources that require more connection information than the three arguments in connect and data sources that are not defined in the system information.
module Database.HSQL
Produced by Haddock version 0.8