On 1/20/2017 6:15 PM, Bart Smissaert wrote:
Good idea,
I have checked for this but will double check again.
The problem arises already with the very first element of the variant array
and my log shows the problem:

logged before the bind:
vArray(0, 0): 1

Wait, you are indexing from 0? sqlite3_bind_int numbers parameters starting from 1. What is this btLBAdd that you have in one place but not the other?

Also, as a sanity check, print CType() of that element and, if it's a string, the length of that string.
--
Igor Tandetnik

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

Reply via email to