>
> From: "Anirban Sarkar" <[EMAIL PROTECTED]>
> Date: 2005/02/17 Thu AM 09:45:03 GMT
> To: <[email protected]>
> Subject: Re: [sqlite] Basic insert statement - syntax problem
>
> #Inserting data into mri_output table
> set connection_no { }
> set insert_normal "insert into mri_output (pwd,ac_my,con_no) values
> ('$pass','$ac_mth$ac_yr','$sel_con')"
> db1 eval insert_normal {} {
>
> }
Unless you mistyped agains, then the las line above should be
db1 eval $insert_normal {} {
.........^ missing in original
Lawrence
-----------------------------------------
Email sent from www.ntlworld.com
virus-checked by McAfee
visit www.ntlworld.com/security for more information