Hi Tim, thanks for answering so quickly and sorry for my huge delay. Thanks for the link. I understand that I can query the table names from the sqlite_master, however I still don't see how I can retrieve the table name from the query result.
I'm probably missing something very obvious. I'm just doing
err = db_query(x->d_db, &result, query_buffer);
long numrecords = db_result_numrecords(result);
for (i=0; i
And then I would like to know which is the table whence the results come from. Is there any way I can do this, assuming I have no control on the query_buffer?
Thanks,
Daniele