This document provides information on ODBC functions in Ring programming language. It describes functions such as odbc_init() to create an ODBC handle, odbc_drivers() to get a list of ODBC drivers, odbc_datasources() to get data sources, odbc_close() to free resources, and others like odbc_connect(), odbc_execute(), odbc_fetch() for connecting, executing queries and fetching results. An example shows how to print the list of ODBC drivers installed using odbc_drivers() function.