Regarding insert query of sqlite3 database
-
sqlite3_prepare16_v2(dbfile,Query,-1,&statement,0);why does this statement return error value where WCHAR Query[256]; wsprintf(Query,_T("insert into file(FilePath) values('%s')"),dentry->FullPath); why am i getting the error..plz anybody help me
-
sqlite3_prepare16_v2(dbfile,Query,-1,&statement,0);why does this statement return error value where WCHAR Query[256]; wsprintf(Query,_T("insert into file(FilePath) values('%s')"),dentry->FullPath); why am i getting the error..plz anybody help me
-
sqlite3_prepare16_v2(dbfile,Query,-1,&statement,0);why does this statement return error value where WCHAR Query[256]; wsprintf(Query,_T("insert into file(FilePath) values('%s')"),dentry->FullPath); why am i getting the error..plz anybody help me
What error code does sqlite3_prepare16_v2() is returning? Also check whether you're using sqlite's all the 'V2' interfaces consistently (as I see you using sqlite_prepare16_V2()). For error code details have a look at this[^].
[Delegates] [Virtual Desktop] [Tray Me !]
-Malli...! :rose:****