Vitali Lovich <[EMAIL PROTECTED]> wrote:
I'm trying to call the sqlite3_prepare command with the string 'CREATE
TABLE $table ( $columns );'.

You cannot parameterize on table name, nor on columns list. A parameter can only appear where an expression would be syntactically valid.

Igor Tandetnik

Reply via email to