??? wrote:
> int sqlite3_get_table(
>   char ***pazResult,    /* Results of the query */
>
> could I get blob colums values by sqlite3_get_table?

Yes.  But like any other values, they are converted to strings.


Regards,
Clemens

Reply via email to