I have to access a FileMaker DB via ODBC in a C# application...
When querying database table, everything goes fine. However when it comes to query a layout named XYZ for instance (as far as I understood, layouts are some sort of SQL views, please correct me if I am wrong), application throws an error indicating that _the table XYZ is not found_.
I wonder if there is any special keyword to access a layout in the odbc command or any other way to query layout via ODBC?..
I could not manage to find a source describing the accessibility of layouts via ODBC. I have a little knowledge about FileMaker, thus this question could be inappropriate, sorry for the inconvenience in advance.