Yup, my bad. Fixed.

On 16/10/2010 12:03 AM, Andrew Davison wrote:
> On 15/10/2010 11:49 PM, Pavel Ivanov wrote:
>>> Now I decide that I want a second type of insert, so I try to use a
>>> prepared statement for that as well. However it always fails. As long as
>>> the other prepared statement is hanging round I can't prepare a new one.
>>> Does this seem right or am I really soing something wrong?
>>
>> You are doing something wrong. I always keep like 10 prepared
>> statements for each connection and it works perfectly. I work in C++
>> so it's a direct SQLite feature. That's what prepared statements are
>> for.
>>
>
> That's what I thought, so something is wrong.
> Thanks.
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>


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

Reply via email to