Entering content frame

 Compatibility with Other Database Systems 

The MaxDB database system can execute database statements that are written in other SQL modes.

You specify the SQL mode of your application program in the precompiler options when you run the precompiler.

Inform yourself about the special features in the SQL mode ORACLE and the SQL mode ANSI.

If you only want to create individual embedded SQL statements in another SQL mode, then precede them with the following key words:

·         EXEC SAPDB or EXEC INTERNAL for individual statements in the INTERNAL mode

·         EXEC ORACLE for individual statements in the ORACLE mode

·         EXEC ANSI for individual statements in the ANSI mode

 

Leaving content frame