MENU
    What tables should I use for ODBC queries?
    • 18 Jan 2023
    • Contributors
    • Dark
    • PDF

    What tables should I use for ODBC queries?

    • Dark
    • PDF

    Article summary

    Answer:

    SQL tables are views\virtual tables which were created to convert arrays, long character fields, field names to a format that does not cause SQL errors, so it is typically best to use SQL views with ODBC.
     

    For OBDC, you can use views or tables to query on data, but again best to use SQL.



    Was this article helpful?