cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CMS Database --> Querybuilder vs. SQL vs. FHSQL

0 Likes
1,347

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Joe_Peters1
Active Contributor

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.

JohnClark
Contributor
0 Likes

What joe.peters2 said.

In addition, there is a schematic of the data structure for the Audit database in the Administrator's Guide.

0 Likes

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?