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?
I want to add something else that I've discovered. If I manually type in a valid SQL Query, the visual designer portion does show the Tables with all fields. It's only the Schema tree that is blank. Thanks!