如何通过 ODBC 在 Filemaker 数据库中查询布局
我必须在 C# 应用程序中通过 ODBC 访问 FileMaker DB...
查询数据库表时,一切正常。然而,例如,当查询名为 XYZ 的布局时(据我所知,布局是某种 SQL 视图,如果我错了,请纠正我),应用程序会抛出一个错误,表明_表 XYZ 不是
我想知道是否有任何特殊关键字来访问 odbc 命令中的布局或任何其他方式通过 ODBC 查询布局?...
我可以找不到来源描述通过 ODBC 进行布局的可访问性。我对 FileMaker 有一点了解,因此这个问题可能不合适,对于给您带来的不便,我们深表歉意。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法通过 ODBC 访问布局,只能访问表。另外,这里是有关 FileMaker ODBC SQL 的手册 (PDF)。
You cannot access layouts via ODBC, only tables. Otherwise here's the manual (PDF) on FileMaker ODBC SQL.