On Feb 29, 2008, at 5:21 AM, Ken wrote:

> I wanted to find out if the following is allowed in Sqlite.
>
>    sqlite3_prepare_v2
> while ( ) {
>    sqlite3_step
>      sqlite3_prepare_v2   --- I;m getting a segv here.
>      while ( ) {
>                sqlite3_step
>     }
> }
>
>
> So my questing is, does sqlite allow a prepare to be started while  
> a prior prepared statement is still open?

Hi,

This is supposed to be Ok. If you can supply an example program
to demonstrate the crash that would be very helpful.

Dan.



> Thanks,
> Ken
>
>
>
> _______________________________________________
> 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