I am connecting to a Caché database using an ODBC driver, and I want to query for a list of schemas. In Microsoft SQL Server, I can use a query like this:
SELECT * FROM INFORMATION_SCHEMA.SCHEMATA
How can I do this in Caché? I also use ADO.NET schema collections, but the schemas do not seem to be available there.
Rn222 source share