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 11:41, schrieb 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 like... "C:\Dokumente und 
> Einstellungen\gkaeding\Eigene Dateien\Bilder\Color1000\0.jpg". Unfortunately 
> the returned values are only 0. If i execute this query with the SQLite 
> Database Browser it works. :|
>
>
>
> Any suggestions?
>
>
>
> Thanks in advance!
>
>
>
> Gerald
>                                       
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to