;SQLite"
Betreff: [sqlite] Re: C/C++ API
"Severin Müller" <[EMAIL PROTECTED]> wrote:
This won't work, because sUsername.assign... will not be accepted
with sqlite3_column_text, because sqlite_column_text if of type const
unsigned c
;
> An: "SQLite"
> Betreff: [sqlite] Re: C/C++ API
> "Severin Müller" <[EMAIL PROTECTED]> wrote:
> > This won't work, because sUsername.assign... will not be accepted
> > with sqlite3_column_text, because sqlite_column_text if of type
"Severin Müller" <[EMAIL PROTECTED]> wrote:
This won't work, because sUsername.assign... will not be accepted
with sqlite3_column_text, because sqlite_column_text if of type const
unsigned char...
Just cast it to const char*
Igor Tandetnik
--
3 matches
Mail list logo