Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 variables as parameters from the front end

Status
Not open for further replies.

nish

Programmer
Jul 20, 2001
3
IN
Is it possible to pass 2 variables from a front end to the query like this...

select * from abc where var1 = var2.
With the parameter form it is possible to accept it like this...

select * from abc where :var1 = :var2.

My question is can the 2 variables be passed from the front end to the back and how what form will it take in the select statement. Awaiting a much needed reply.

Thank You,

Nish
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top