odbc

From Free Pascal wiki
Revision as of 15:45, 16 February 2009 by Marcov (talk | contribs) (New page: == ODBC : Universal database access. == This package contains one unit '''odbcsql''' which contains the header file translations of the ODBC system. It works on the windows ODBC implementa...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ODBC : Universal database access.

This package contains one unit odbcsql which contains the header file translations of the ODBC system. It works on the windows ODBC implementation and works with UnixODBC as well - it was tested on both.

The test program testodbc accesses a MS-Access database and runs a query on it.

The FCL contains a unit fpodbc which contains an OOP wrapper around the ODBC calls, which makes ODBC programming considerably easier and more pascal-like.

Go to back Packages List