LIST PROCEDURES Command Example

The following example opens the testdata database and uses LIST PROCEDURES to list the stored procedures (if any) in the database.

CLOSE DATABASES
OPEN DATABASE (HOME(2) + 'data\testdata')

CLEAR
LIST PROCEDURES  && Lists stored procedures in the database