Still I can't understand why sqlite3_column_text returns (unsigned
char *), but sqlite3_bind_text takes (const char *). What am I
missing?

On 6/30/06, Alexei Alexandrov <[EMAIL PROTECTED]> wrote:
>
> Perhaps because it is returning UTF8 and that needs to be unsigned, not 
signed?
>

Hmm, why sqlite3_bind_text takes const char * then?

--
Alexei Alexandrov



--
Alexei Alexandrov

Reply via email to