This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes Need help in find the text from 1000 Records Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Need help in find the text from 1000 Records" Watch "Need help in find the text from 1000 Records" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Need help in find the text from 1000 Records
 
Similar Threads
retrieve values from ArrayList and adding it to an array
Selecting random records
java.lang.OutOfMemoryError: Java heap space while Executing the Query
Best way to insert 10000 rows in JDBC
Parsing Text File Help.