On May 3, 2008, at 1:52 PM, Zbigniew Baniewski wrote:

> 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?

I get just {Version V8.5} when I try this.

D. Richard Hipp
[EMAIL PROTECTED]



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to