Hello I have as input parameter

CString likeexp

but I think in the following statement  likeexp hast to be char []

rc = sqlite3_bind_text(stmt, 1, likeexp, strlen(likeexp), NULL);


How can i convert likeexp to fit the above statement ?

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

Reply via email to