The transferred bindings are still opaque, aren't they?

--- Dan Kennedy <[EMAIL PROTECTED]> wrote:
> Depends how desperate you are. Say you want to query statement 
> object X that has 4 variables, you could do this:
> 
>   pTmp = sqlite3_prepare("SELECT ?, ?, ?, ?");
>   sqlite3_transfer_bindings(X, pTmp);
>   /* Use sqlite3_step() etc. to fish values out of pTmp */
>   sqlite3_transfer_bindings(pTmp, X);
>   sqlite3_finalize(pTmp);
> 
> Dan.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to