No schema shown for ProvideX database
Has anyone been able to connect to a ProvideX database server? This is the database for MAS90. They have an ODBC driver but not OLE DB, as far as I can tell. I can open connections and execute queries in .Net without any problems, but when I try connect the ActiveQueryBuilder to it, the schema tree is blank. I tried it with the Samples as well as my own application. There aren't any exceptions thrown.
Is there any way for me to figure out why it doesn't fill the schema tree?
Possibly your ODBC driver doesn't implement the necessary functions to retrieve database schema information and your database server doesn't have the INFORMATION_SCHEMA.* tables or their structure differs from the standard. In this case you can load metadata programmatically. Have a look at the Load Metadata demo project that's included in the installation package, review the articles of the Knowledge Book:
for AQB. 2 NET: Adding objects to the Metadata Container programmatically
for other editions: Loading metadata programmatically