Ross Edwards <[EMAIL PROTECTED]> wrote:
> I really don't know where to post this, as it involves both SQLite
> and Flex 3, but, I'll try here first. Here's what I have in
> FlexBuilder:
>
>
>
> sqlText = "SELECT Up18RODetail.ProductID, TOTAL(Up18RODetail.Qty) AS
> :qtySum " +

You cannot parameterize a column alias. A parameter can only appear 
where a literal is allowed.

Igor Tandetnik 



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

Reply via email to