dio_Mysql.tcl relies on 3 possible interfaces to the Mysql database:
if { [catch {package require Mysqltcl}] \
&& [catch {package require mysqltcl}] \
&& [catch {package require mysql} ] } {
return -code error "No MySQL Tcl package available"
}
while the first and the second seem simply different packaging of the
same mysqltcl extension I don't know anything about the third interface.
The wiki is not even considering this package and a quick googling found
no reference to this package. Also Mysql own manual quotes only mysqltcl
in the section describing connectors.
http://dev.mysql.com/doc/refman/5.0/en/apis-tcl.html
If there is no evidence for supporting this package I think I will drop
the request for mysql and adopt the naming scheme based on the mysql::
namespace adopted by mysqltcl long ago.
-- Massimo
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]