Opened 15 years ago
Last modified 15 years ago
#1024 accepted defect
fail in Bayes SQL
| Reported by: | Jorge | Owned by: | Jorge |
|---|---|---|---|
| Priority: | high | Milestone: | TOLBase Revitalization |
| Component: | Interface | Version: | 2.0.1 |
| Severity: | critical | Keywords: | |
| Cc: | fortra.vivbra@… |
Description
Bayes SQL is broken, try to execute any valid SQL select sentence and you will obtain the following error:
invalid command name "tclodbc::TkTableInit"
invalid command name "tclodbc::TkTableInit"
while executing
"tclodbc::TkTableInit $t stmt"
(procedure "::SQLTable::ExecQuery" line 43)
invoked from within
"::SQLTable::ExecQuery ::BayesTable::.main.mdi.slave2.work.t"
("uplevel" body line 1)
invoked from within
"uplevel \#0 $cmd"
(procedure "Button::_release" line 19)
invoked from within
"Button::_release .main.mdi.slave2.work.t.tb.exec"
(command bound to event)
Note: See
TracTickets for help on using
tickets.

pkgIndex.tcl from tclodbc must source the tcl files not only the shared lib.