Please cc to carlos....@gmail.com, thanks,
Why don't you try snODBC.
Starkit : http://www.sw4me.com/snodbc.kit
Linux (x86) : http://www.sw4me.com/snodbc-linux-x86.tar.gz
Windows (x86): http://www.sw4me.com/snodbc-windows-x86.zip
SnODBC is mostly compatible with TclODBC, but there are some subtle
differences. See the documentation for details.
The main good difference is that SnODBC supports Unicode character
types. Other advantages of SnODBC 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 metadata: rowid, primarykeys, procedures
and procedurecolumns metadata queries.
* Support for scrollable cursors: navigate back and forth on the
result set when the driver supports it.
* Setting NULL representation for a statement in order to
distinguish NULLs from the empty string value.
If you plan on distributing the app though, ADO can be a bit of a
bother as you have to ship the MS installer unless ADO is already on
the target system.
/Ashok
> Please cc to carlos.crose...@gmail.com, thanks,
> Why don't you try snODBC.
> SnODBC is mostly compatible with TclODBC, but there are some subtle
> differences. See the documentation for details.
Are you the author of snODBC? I am curious whether it has the
properties required for it to be included in ActiveTcl? Those
properties, as I understand them, include:
1. compatible licencsing
2. no dependency on proprietary libaries
3. built using latest http://wiki.tcl.tk/TEA
There are probably others.
But there seems to be more interest in accessing databases from Tcl
than many of the other genres of extensions available for Tcl...
No. I'm not the author.