Re: using TCL with sqlite database...



Cameron Laird wrote:

.
Invocation syntax of Tcl procedures appears to be different
from what you expect. Also, I suspect Tcl is emitting
diagnostic messages you haven't communicated to us. Does
substitution of
write_sqlite_db "t_test" "some data"
for
write_sqlite_db { "t_test" "some data" }
appear to bring you closer to your goal?

Yep, of course, I meant the first statement.
Anyway, I got a step closer (see my other reply)

Regards,

Jan

.