| |
dynamic queries |
Author
vpl
Date
01/03/2001 3:21 AM |
i want to rerieve the value from the database based upon the selection criteria that is out of ten text fields if the user select two values means,i should get the output based upon that value.the query should be a single query. |
|
| |
RE: dynamic queries |
Author
product
Date
01/03/2001 6:49 AM |
The Best Way is to write SQl Statement . For Example Select Empno,Ename from emp where empno = '1001' or Sal >100 if you can provide a code, will try to provide a solution. |
|
|