<span style='font-family:Verdana'><span style='font-size:12px'><span style="font-family:verdana;"><span style="font-size:12px;">I have a SQLite 3 database that contains 2 lines.<br /> 
<br /> 
I added a SQLite3Dataset to my project and code the following SQL Command in it:<br /> 
<br /> 
SELECT * FROM TBLPAR<br /> 
<br /> 
I left Active property = true<br /> 
<br /> 
I add a Datasource and use the mentioned dataset as the associated dataset.<br /> 
<br /> 
I add a DBComboBox and associate the datasource to it.<br /> 
<br /> 
The DBComboBox only show the first line of the dataset. I change the SQL in the way the line selected became the second line. The DBComboBox shows only this second line.<br /> 
<br /> 
I add a DBLookupComboBox and associate it to the same datasource. None lines are showed, in the both situations.<br /> 
<br /> 
I add a DBGrid too. It acts as expected, e.g., show all selected lines.<br /> 
<br /> 
May someone tell me what's happen here? I can't use a DBComboBox to select a field from a table? It doesn't show all lines in the table? And about DBLookupComboBox? Where am I making mistakes? I'm not sure but I think that I used these components in the way described above when I was programming in Delphi 2007. </span></span><br /> 
<br /> 
I was trying to do this in windows 7, but I pretend to run the program in windows mobile<br /> 
<br /> 
Greetings from Sao Paulo - Brasil<br /> 
<br /> 
Ricardo</span></span>