Procedure to extract and distribute procedures amongst databases

Whilst it’s possible to move procedures fairly easily from one database to another using the View Organizer, sometimes there’s a need to move large numbers of procedures to multiple databases. I recently encountered such a need so I set up a database which extracts procedures from one database and writes them to one or more others faultlessly and extremely quickly.

If anybody else has a similar need I can provide a copy. I will put it up on the Database Exchange later, when the existing problems with the importdictprocedures and loadallprocedures statements have been resolved - at present the code is very messy because I’ve had to write my own versions of these.

So that’s where those questions came from. I look forward to seeing what you’ve done.