Hi everyone i hope that you are ok.

so im doing a sqlite extension that generate many data, i have a structure
something like that:

struct data {
char *name;
int age;
};

in the precess y create a listo of data:

data *t = malloc(5 * sizeof(data))

i need to return that values in order that the user can fetch like a table.
using something like
sqlite3_result_value i dont know how to do that.

Help.

Thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to