mattsfuller / odbc_example

Example ODBC program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example ODBC Program

This is an very basic odbc program I wrote while learning ODBC. It connects to the unixODBC driver manager and prints out the information about installed drivers and data sources. It then queries MySQL to run some queries and print out the results.

About

Example ODBC program


Languages

Language:C 98.4%Language:Makefile 1.6%