on ‎2022 Dec 22 12:21 PM
Hi
Is there any detailed Documentation how I can Connect the CMS (Audit as well) with normal SQL Statements? QueryBuilder ist not really comfortable.
QueryBuilder:

Direct SQL

WEBI FHSQL like:
How can I see CMS Systemobjects with a SQL IDE like "SQL Developer" (I Only see CMS_InfoObjects7)
There are some good Documentation for QueryBuilder. Also for Virtual and Physical Tables. But is there a ER Diagram for the Systemdatabases? And how is the relationship between the Objects in QueryBuilder, SQL and FHSQL in Webi?
I appreciate your support,
Best regards, Arno
Request clarification before answering.
As you've seen, there isn't much in cms_infoobjects7 that can be easily queried. The majority of usable object properties are in an encrypted column and can't be retrieved with SQL.
Your "FHSQL" queries are actually queries that use the "CMS System Database" connection, which is a layer on top of Query Builder. It only works within BO; you can connect to it from an external querying tool like SQL Developer.
Audit, however, is different. The audit tables are regular relational tables, and can be queried with any native querying tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the answer
"Your "FHSQL" queries are actually queries that use the "CMS System Database" connection, which is a layer on top of Query Builder. It only works within BO; you can connect to it from an external querying tool like SQL Developer."
Is there any Documentation of Relation for this two Layers?
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.