- This topic has 7 replies, 4 voices, and was last updated 15 years, 5 months ago by .
-
Topic
-
My proc works when i run it in the testing tool but for some reason when i run it in a thread it looks like it doesn’t even enter the switch portion. Any ideas? proc tps_sqlite_test { args } {
echo hello
package require sqlite
echo hello2
#set dbName “/logs/gnu_dbs/patient_data.db”
set dbName “/quovadx/qdx5.4/integrator/sqlite_db/my.db3”
sqlite DBCMD $dbName
echo hello2
keylget args MODE mode
Viewing 6 reply threads
Viewing 6 reply threads
- The forum ‘General’ is closed to new topics and replies.