Previous Topic: About ODBC/JDBC Access in CA Enterprise Log Manager

Next Topic: SQL Support Limitations

Creating ODBC and JDBC Queries for Use with CA Enterprise Log Manager

Support for ODBC and JDBC in CA Enterprise Log Manager is limited to read-only queries using SELECT statements on the following tables:

Build your SELECT statements using ANSI SQL format and rules. The server-side components contain a SQL parsing engine. The parser implements a large portion of the entry level SQL as defined in the X3.135-1992, "Database Language SQL" specification. The parser also supports SQL features from ANSI SQL99 and commercial databases like Microsoft SQL Server and Oracle. The parser is also compliant with the ODBC minimal grammar specification.

The common event grammar serves as the schema for this table. See the CEG Reference Guide for details on the schema.