On May 17, 2008, at 2:51 AM, Shawn Wilsher wrote:

> And a fun follow-up question.  Will sqlite3_transfer_bindings transfer
> bindings across connection objects if the two statements are for two
> different connections to the same database?

No. It will return SQLITE_MISUSE.

Dan.



>
> Cheers,
>
> Shawn
>
> On Tue, May 13, 2008 at 2:05 PM, Shawn Wilsher  
> <[EMAIL PROTECTED]> wrote:
>> I was looking through the documentation and was wondering why
>> sqlite3_transfer_bindings has been marked as obsolete.  It's  
>> something
>> that we use currently in our code, and I was looking to use it again
>> for something new.  Is there a new way to accomplish the same thing
>> that this function does?  What was the rational for removing it.
>>
>> If you need a use case for why Mozilla needs it, I'd be happy to  
>> oblige.
>>
>> Cheers,
>>
>> Shawn Wilsher
>> Mozilla Developer
>>
> _______________________________________________
> 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