aspose file tools
The moose likes Programming Diversions and the fly likes Matchcode function Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other » Programming Diversions
Reply Bookmark "Matchcode function" Watch "Matchcode function" New topic
Author

Matchcode function

soumya surendran
Greenhorn

Joined: Apr 05, 2007
Posts: 2
I have a doubt that when we simply enter a name as abbreviations or misspelled how could i retrieve correct record from database.

For example matchcode("smth", smith)should retrieve record from database with name starting as 'smith'.
can anyone help me.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8259

Welcome to the JavaRanch.
Please do not post the same question in multiple forums. It causes confusion and duplication of effort as the community tries to help everyone.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
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: Matchcode function
 
Similar Threads
how connect with database using hyper link
Why are dirty reads ok?
Retrieving big list from that database and memory
Locking Oracle Record
Matchcode function