| Author |
Need help in find the text from 1000 Records
|
N.Senthil Kumar
Ranch Hand
Joined: Jul 07, 2009
Posts: 50
|
|
Say , i have 100 Records.
I have a string "Senthil".
Need a query to find that on which rows and which column , the text "Senthil" is present from that 1000 Records.
Thanks in Advance
|
N.Senthil Kumar
|
 |
santosh dhulipala
Ranch Hand
Joined: Oct 21, 2010
Posts: 52
|
|
|
please let us know wether the records are present in Database or in excel..
|
Thanks & Regards
Santosh Kumar.D
|
 |
N.Senthil Kumar
Ranch Hand
Joined: Jul 07, 2009
Posts: 50
|
|
In Database.
I need to find that without specifying the column names of the table.
|
 |
santosh dhulipala
Ranch Hand
Joined: Oct 21, 2010
Posts: 52
|
|
i hope this will help
http://download.java.net/general/minion/javadoc/com/sun/labs/minion/ResultSet.html
|
 |
santosh dhulipala
Ranch Hand
Joined: Oct 21, 2010
Posts: 52
|
|
|
getting data from the database into List or set and then validating them
|
 |
 |
|
|
subject: Need help in find the text from 1000 Records
|
|
|