You seem to be looking for an sqlite3_put_table, but you will have to
write it yourself.
Anders Persson 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
// Anders
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 re
Anders Persson <[EMAIL PROTECTED]> writes:
> 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
The database file or the directory in which it is contained is read-only
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
// Anders
4 matches
Mail list logo