Hi,

I just wonder if someone can help me with this problem:

I have following SQL statement:


select * from vehicles where model = 'MERCEDES'
                         and model = 'AUDI'
                         and model = 'FIAT'
                                                                                       
   and model = 'FORD'
                         and model = 'OPEL'



I know how to display models from database with check box that I want to include them 
in the criteria. (There are no fixed models in the sistem, they are read from table in 
database.)

Is it better to use DIRECT DBMS or SEARCH ACTION and would someone give me a hint how 
to build queryes for users who just check checkboxes next to the right models ?

Regards, Vili CANKAR

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to