The procedures property of the connection object type, indicates whether or not stored procedures are supported by the database engine connected to. procedures is a read-only property of type boolean.
For example, if conn is a connection object reference with an open connection to a database engine then the following:
conn.procedures
indicates whether stored procedures are supported by the database engine.
Operating Systems: All
Standard Pascal: No