Re: [sqlite] [C-API] Query returns only 0

2010-09-30 Thread Martin.Engelschalk
Hello Gerald, i think you should tell us more about what you are trying to do and add some C code. what do you mead by "return value"? What functions do you call? Do you know that you have to get the selected value by calling a function like sqlite3_column_text ? Martin Am 30.09.2010

[sqlite] [C-API] Query returns only 0

2010-09-30 Thread Legen Där
Hello Gyus, ive got problems with my qeuries. After loading a table, i create a statement for every column to prepare the querys. A sample for such a prepared query is.. SELECT "F_SIZE_M0200_m0_VALUE" FROM fileInfos WHERE FILEINFO_FULLNAME = ?1 ...for that query i bind TEXT values