Take a look at following example: dbcomm eval {CREATE TABLE something( a_string VARCHAR(20) )} dbcomm eval {INSERT INTO something VALUES ('Version V8.5')}
Now, if you want to retrieve the value: tclsh8.5 [~/tmp/tcltk]dbcomm eval "SELECT a_string FROM something" {{{{Version V8.5}}}} Why so much parentheses? A list, nested in a list, nested in a list? But why? -- pozdrawiam / regards Zbigniew Baniewski _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users