Correct. Thanks for your help!

Merijn 

-----Oorspronkelijk bericht-----
Van: Martin Engelschalk [mailto:[EMAIL PROTECTED] 
Verzonden: donderdag 23 maart 2006 12:13
Aan: sqlite-users@sqlite.org
Onderwerp: Re: [sqlite] Sqlite3_reset needed?

Hi,

if i understand you right, the bound variables occur in your where class.
If you want to start stepping through your result set with newly bound
variables, you have to reset the statement first.
You can also reset the statement, put new values into the already bound
variables and start stepping again. This will be faster.

Hope this helps,
Martin

Merijn Vandenabeele schrieb:

>Hi,
>
>I prepare a statement in my constructor's class. Later, when I need 
>data from that statement, I bind all variables and step trough the 
>results. Is it necessary to reset the statement when I need other data 
>from that statement or is this done automatically when I bind new
variables?
>
>Best regards,
>Merijn Vandenabeele
>
>  
>

Reply via email to