# Index file to load the TDBC ODBC package.
if {[catch {package require Tcl 8.6}]} {
return
}
package ifneeded tdbc::odbc 1.1.1 \
"[list source [file join $dir tdbcodbc.tcl]]\;\
[list load [file join $dir libtdbcodbc1.1.1.dll] tdbcodbc]"