Hi guys:
I'm adding sql commands to my config file as I need them... And now I need to fetch a blob depending of a list selection...
So in plain english it would be something like:
Get me the flag(this is the blob) whose countryName is Portugal
an aproximative sql Statement I guess would be something like:
SELECT 'CountryFlag' FROM 'xpto' WHERE 'CountryName'="Portugal"
"Portugal" is a variable given by a listview...
Any help is welcomed
[SORRY, SOLVED]
I'm adding sql commands to my config file as I need them... And now I need to fetch a blob depending of a list selection...
So in plain english it would be something like:
Get me the flag(this is the blob) whose countryName is Portugal
an aproximative sql Statement I guess would be something like:
SELECT 'CountryFlag' FROM 'xpto' WHERE 'CountryName'="Portugal"
"Portugal" is a variable given by a listview...
Any help is welcomed
[SORRY, SOLVED]
Last edited: