> On 1 Nov 2016, at 2:38pm, mark <[email protected]> wrote:
> 
>    VALUES
>        (
>            ?,
>            ?,
>            ?,
>            ?,
>            ?,
>            ?,
>            ?,
>            ?,
>            ?
>        )
>    ;
> 
> At least that is what I am passing to Perl's DBD::SQLite prepare()
> method. I am then binding the following values before running execute:
> 
>    $VAR1 = [
>              'Mark Lawrence',
>              '[email protected]',
>              'email',
>              'ML',
>              13,
>              'en',
>              '1478010282201',
>              3600000,
>              undef
>            ];

Excuse me.  I don't know Perl, or how it uses its DBD module.  Are you binding 
each of those values (e.g. 'ML') separately, or are you binding the whole of 
$VAR1 as one operation ?

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to