What does it look like

 

C Based API, Built around nested handles

Environment handle

Connection handle

Statement handle

(ODBC 3)Descriptor handle

Consists of 78 ANSI functions and 37 UNICODE functions

Annoying Microsoft mixed case API (such as SQLAllocHandle)

Many other language bindings

Perl (DBD::ODBC)

C++ (libodbc++)

Python

Prolog, Lisp

You name it, its probably been done

 

 

C example

next