The functions first/[1,2]
, last/[1,2]
, next/[1,2]
, prev[1,2]
and select/[3,4]
assumes there is a result set associated with the connection to work on. Calling the function select_count/[2,3]
associates such a result set with the connection. Calling select_count again will remove the current result set association and create a new one. Calling a function whi
odbc
odbc
Module
odbc
Module summary
Erlang ODBC application
Description
This application provides an Erlang interface to communicate with relational SQL-databases. It is built on top of Microsofts ODBC interface and therefore requires that you have an ODBC driver to the database that you want to connect to.
Note