I have discovered that the ADOX catalog does not seem to see more than 30 stored procedures.
Is this a known limit?
I get the error:
'ADO could not find the object in the collection corresponding to the name or ordinal reference requested by the application. '
but the procedure is definitely in the database.
If I iterate through the procedure items using the for each next construct it only displays 30 procs, but there are actually 36.
Access 2000 database VB6 using the ADO data access methods.

Uwe