philmorris1000
Technical User
Is it possible to be able to pass a variable to the WHERE clause when trying to select data. <br>Foe example i am using Delphi to search a database and i wish to be able to write an sql statement something like this<br><br>SELECT * from customers WHERE state = statevariable<br><br>statevariable is set at run time by delphi <br><br>i can't seem to be able to make this work<br><br>PLEASE HELP Thanks Phil Morris