On May 17, 2008, at 7:59 PM, Shawn Wilsher wrote:

> On Sat, May 17, 2008 at 2:39 AM, Dan <[EMAIL PROTECTED]> 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.
> Drat.  It doesn't look like there's a way to see what's already been
> bound to a statement either, correct?

Not easily done at the moment.

How are you going to 'clone' the statement objects to pass to
the second database handle?

Dan.

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

Reply via email to