I am using Atrex version 19.03. I have completed the setup of my ODBC DSN using the official configuration instructions (support.1000years DOT com/kb/a4/configure-the-atrex-elevatedb-odbc-driver.aspx). I chose to connect to the Atrex Data data base. I only see the Default namespace/schema.
I'm now attempting to get a list of tables in the database using the Elevate DB Tables table (www DOT elevatesoft DOT com/manual?action=viewtopic&id=edb2sql&topic=Tables_Table).
SELECT * from Tables;
When executing this query, I get an error saying this table doesn't exist.
I've been able to infer some of the table names from the Atrex 14 Release notes (support DOT 1000years DOT com/kb/a17/atrex-14-database-structure-changes.aspx?KBSearchID=9627). Using those table names, I've been able to verify that the ODBC connection works, and I can view the contents of the Cust table.
Question: Where can I find a list of tables present in the database and a description of their contents?
Sorry for the ugly URLs, I'm not allowed to use hyperlinks in my post.