V
vips
Hello Everyone,
I have found a way to query the SQL database for the text
within the
Stored Procedure.
Execute the following query:
select routine_definition from
information_schema.routines
Is there a better way to do it?
But i need to the same with all the database like ORACLE,
FOXPRO and
MICROSOFT ACCESS.
Can someone please tell me if there is an equivalent way
of doing it.
cheers,
Vips
I have found a way to query the SQL database for the text
within the
Stored Procedure.
Execute the following query:
select routine_definition from
information_schema.routines
Is there a better way to do it?
But i need to the same with all the database like ORACLE,
FOXPRO and
MICROSOFT ACCESS.
Can someone please tell me if there is an equivalent way
of doing it.
cheers,
Vips