PinkeyNBrain
IS-IT--Management
Working with tclodbc 2.5
If I add a dsn:
I can then do:
and I'll see the $dsn I just added. Is there a way to find the DBQ information? Somethine like a 'database examine $dsn'. I'm trying to make my code more bullet proof and not having it try to rebuild a driver/dsn/dbq combination that already exists.
If I add a dsn:
Code:
database configure add_dsn $driver [list "DSN=$dsn" "DBQ=$dbfile"]
Code:
foreach tvar [database datasources] { puts $tvar }