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
User 7860594
Posts
-
Regarding insert query of sqlite3 database -
Details regarding insertion of wide characters into a sqlite3 database programaticallysir i have tried them but i'm not getting any idea...also my doubt is that whether the insert query only satisfies string variables?
-
Details regarding insertion of wide characters into a sqlite3 database programaticallyI need to know whether wide characters can be inserted directly into a sqlite3 database...i need some examples of the same..plz help me
-
Regarding storing structures in databasesir, nw i am able to create a sqlite3 database...but nw i face a problem of storing a variable which is wchar_t...which datatype should i use...plz help me
-
Regarding storing structures in databaseSir, i am nw able to create a database...nw my requirement is how to store the details of files and folders in the database..
-
Regarding storing structures in databasebut initially how to create a database with two tables using sqlite3
-
Regarding storing structures in databasesir, first of all thank u so much for ur reply.. what i need is for example there is a structure struct example { int id; string name; struct example2 { int value; } }; now i need to store this structure in a database...as i'm new to database i dnt have any idea of it...so plz help me...also i'm using sqlite3 database
-
Regarding storing structures in databaseI need to store a structure in a database..but the structure contains another structure..can anybody help me plz