Is there an easy way to search all tables using a string as search criteria.
I have started writting a heap of nested for loops, getting table defs and fields however it is becoming a little bit of a pain.
Is there some kind of select statement one might be able to write in SQL that will search all tables and all fields.
I would ideally like to go through the database searching for say 'EXT2' and then display the entire row in the table where it is located, with possibilities of more than one result.
Any ideas greatly appreaciated.
I have started writting a heap of nested for loops, getting table defs and fields however it is becoming a little bit of a pain.
Is there some kind of select statement one might be able to write in SQL that will search all tables and all fields.
I would ideally like to go through the database searching for say 'EXT2' and then display the entire row in the table where it is located, with possibilities of more than one result.
Any ideas greatly appreaciated.
Comment