On Tue, 23 Sep 2014 14:12:19 -0500
"dave" <d...@ziggurat29.com> wrote:

> sounds like you are trying to 'bind' your column buffers once for
> the statement, sort of like we do with, say ODBC. (and sort of like
> we do in sqlite for parameters).  To wit there is not a means of
> doing that, but are you sure these column calls are costly?  

There's no reason (not that you're suggesting there is) to expect that
those calls are costly.  Bound columns a la ODBC exact the very same
price: conversion from the internal "native" form to that of the
application's variable.  

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

Reply via email to