On 12/02/2018 10:03 AM, iorip...@sina.com [firebird-support] wrote:
>
> Do not know table name, do not know field name.
>
> Only know A Specific Value.
>
> How to find out witch tables and fields include this Value?
>
> Thank you!
>

Hi

Use the RDB$xxxx (firebird system) tables to first get a list of DB 
tables and then a list of fields for each table.  If your value is 
numeric you can just search numeric type fields.  You can do this on app 
code or in a stored procedure.

Cheers
Rob
  • [firebird-support... iorip...@sina.com [firebird-support]
    • Re: [firebir... Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
    • Re: [firebir... Robert martin r...@chreos.com [firebird-support]

Reply via email to