2008 Feb 28 12:55 PM
Hello Gurus,
Could you please help me for the below problem.
In my program, I have select option, for that if give * then it executes fine but if i give * something, to retrieve the data starting with c for ex: c * then its doesn't retrieve the data.
Thank u...
2008 Feb 28 2:53 PM
Hi,
If you are using wild card search, in your select statement you use as below :
where fieldname = 'C%'.
Thanks,
Sriram Ponna.
Hello Gurus,
Could you please help me for the below problem.
In my program, I have select option, for that if give * then it executes fine but if i give * something, to retrieve the data starting with c for ex: c * then its doesn't retrieve the data.
Thank u...
2008 Feb 28 2:40 PM
Hi,
Please check ur table with the same conditions of the where clause.If u are including data then check so_xxx-option value.
It should be 'CA'.
Thanks,
Vinod.
2008 Feb 28 2:48 PM
Check if your table has the entries for c* (starting with c) ..
2008 Feb 28 2:53 PM
Hi,
If you are using wild card search, in your select statement you use as below :
where fieldname = 'C%'.
Thanks,
Sriram Ponna.