SnODBC is an extension for the
TCL programming language, providing a
script-level binding for the ODBC interface. It is designed to be a
drop-in replacement for TclODBC, with support for Unicode data types.
Download ;
Donate to this project ; Licence
Other advantages of Sn ODBC include:
- Support for ODBC GUI: you may bring up datasource selection dialog to establish a connection, and save the connection string for subsequent connections.
- Additional support for tables metadata: rowid and primarykeys metadata queries.
- Setting NULL representation for a statement in order to distinguish NULLs from the empty string value.
SnODBC uses Ffidl for low-level ODBC calls and SNIT for high-level object-oriented API.
You may always download the
starkit containing the extension from
http://www.sw4me.com/snodbc.kit. The starkit contains some shared libraries on which the extension depends; the libraries are compiled for Windows and Linux (x86) platforms.
Binary archives for these platforms are also available:
http://www.sw4me.com/snodbc-linux-x86.tar.gz
http://www.sw4me.com/snodbc-windows-x86.zip