Hi All,
I want to assign a lua variable to sqlite table. I am using the following statement
db:exec[[update mytable set pno=x where id=1;]]
where ‘x’ is a lua variable having integer value and this is not working however if I replace x with a number it works.
Please help me how can I pass lua variable to sqlite.
Thanks [import]uid: 126619 topic_id: 32453 reply_id: 332453[/import]
