Search DB
Package:
Summary:
Search for a word in MySQL tables
Groups:
Author:
Description:
This class can be used to search for a word in MySQL tables.
It accesses a given MySQL database and retrieves the list of all tables and text fields.
The class can execute SQL queries that search for records in all tables and all their text fields that contain the given word in their values.
It displays the value of the first table field of all records that were found as result of the search query.
Comments are closed.