Show TOC Start of Content Area

Procedure documentation Using the SQLJ Checker  Locate the document in its SAP Library structure

Use

At translation time, the SQLJ translator automatically performs syntax and semantics checks using the connection context classes that identify the database schema on which a SQLJ statement is executed.

At design time, the SQLJ translator checks the semantics of the statements against an exemplar schema – the offline catalog. The checker is integrated transparently into the SAP NetWeaver Developer Studio. To perform the schema checking, the SQLJ translator needs to know the location of the offline catalog.

Procedure

       1.      Select the project.

       2.      In the context menu, choose Properties.

       3.      Choose Java Build Path.

       4.      On the Projects tab, select the Dictionary projects where the offline catalogs are defined.

       5.      Choose OK.

End of Content Area