This document summarizes Ring programming language functions for working with ODBC databases. It describes functions for initializing and closing ODBC connections, connecting to and disconnecting from data sources, executing queries, fetching result sets, and retrieving table and column metadata. Key functions covered include odbc_init(), odbc_connect(), odbc_execute(), odbc_fetch(), odbc_tables(), and odbc_columns(). The document stresses the importance of loading the odbcclib.ring library before using these ODBC functions.