Hi All,
I have to search some values from my table. But the table is not indexed, so that i cant access the values using my UDF's. I am new to DB2. I dont know how to proceed from here.
Can any one help me to resolve this problem.
Hari,
What is the error that you get? do you get a timeout?
Index will only help you to access the data faster. it won't help you fetch data you are not able to fetch now.
Pls check the data or the Function you have written.