TOP Server ODBC Client Driver with SQL Views
Does the TOP Server ODBC Client Driver support SQL Views?
What are SQL Views?
SQL Views are virtual tables created in SQL from a query statement based on table(s). Unless indexed, values from views are not stored, but dynamically created when a view is referenced.
What does TOP Server support?
SQL Views are not supported by the TOP Server ODBC Client Driver.
Only tables are supported in the ODBC Client Driver. To access data with the driver, a table will need to be referenced directly.