Is it possible to use binary data (contentype = octet-stream) that I receive from a webservice as a SQLite statement? Or should i first convert it into a string? (but the problem here is that it consists of unrecognized symbols, for example images, ...
This binary data consists of "create table ..."
Thanx, JP