check if table or stored procedure o trigger exist
Posted: 01.07.2009, 14:14
How I can check if table or stored procedure o trigger exist
there are some ideas...
there are some ideas...
This is the official forum of ZeosLib providing support to all ZeosLib users.
https://zeoslib.sourceforge.io/
and how to discover a trigger?seawolf wrote:ZConnection.GetTableNames('',list) where list is a TStrings containing a list of all tables (system tables too).
ZConnection.GetStoredProcNames('',list) where list is a TStrings containing a list of all stored procedures.