blob: 8f16661350dd56aab0a5d576860975a58bd2e860 (
plain)
1
2
3
4
5
6
7
8
|
# Index file to load the TDBC MySQL package.
if {[catch {package require Tcl 8.6}]} {
return
}
package ifneeded tdbc::mysql 1.1.2 \
"[list source [file join $dir tdbcmysql.tcl]]\;\
[list load [file join $dir tdbcmysql112.dll] tdbcmysql]"
|