问题标签 [eroom]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sql-server - ECM eRoom 数据库中数据表项中的数据保存在哪里?
我正在尝试从 ECM eRoom 数据库中检索数据(据我所知,该数据库没有记录)。
当我查询对象表时,我发现“数据库”行
select * from[dbo].[Objects] where internalId = 1234567
和条目的行
select top 10 * from[dbo].[Objects] where parentInternalId = 1234567
但我没有找到任何包含条目值的字段,只有一个带有 的 Column NonSearchableProperties.
,它只有 Hex 数据。
我的问题,
- 我怎样才能检索值?
- 是否可以仅使用 SQL 检索它们?
- 最简单的方法是什么?