On 5/5/06, Anders Persson <[EMAIL PROTECTED]> wrote:
I have written a wrapper around
    iRes = sqlite3_get_table(db,sql,&resultp,&nrow,&ncolumn,&errmsg);

But only SELECT works not INSERT or UPDATE

any ide.. missing somting

get table only works with select. Insert and update don't return a result set.

Reply via email to