hsql-odbc-1.8.2: A Haskell Interface to ODBC.

Safe HaskellNone
LanguageHaskell98

Database.HSQL.ODBC

Description

 

Synopsis

Documentation

connect Source

Arguments

:: String

Data source name

-> String

User identifier

-> String

Authentication string (password)

-> IO Connection

the returned value represents the new connection

Makes a new connection to the ODBC data source

driverConnect Source

Arguments

:: String

Connection string

-> IO Connection

the 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.