Reputation: 1
I have a database connected to my program, I want to search this database records looking for a value entered by user previously in a text box. Any one have an idea how to search the whole database for that value.
Any help is appreciated! Thanks!
Upvotes: 0
Views: 373
Reputation: 18315
Two simple steps.
However - you need to clarify the question a lot more in order to get a more sensible answer.
What languages are you using?
Upvotes: 1
Reputation: 9371
If you are looking to search the entire database tables for a specific piece of text then follow the guide here;
Sql Server text search across all tables
Upvotes: 1