Skip to main content

CRUD report not generated for JAVA application

  • June 26, 2014
  • 1 reply
  • 0 views

Hi,

When we try validating JAVA application, CRUD report is not being generated. It remains blank.

Though the program has calls to SQL it is not coming under CRUD report.

Sample code containing SQL statement:

   String selectString  = " SELECT distinct press_code ";        selectString = " FROM prs_pln_rhts ";        selectString = " WHERE press_code not in ('planner')";

   try {

    sqlh.queryDB(selectString);

    ResultSet rs = sqlh.getQueryResult();

...................

Please let me know if you have any suggestions.

Regards,

Ek..


#EnterpriseAnalyzer

1 reply

  • Author
  • Rocketeer
  • 19312 replies
  • June 26, 2014

Hi,

When we try validating JAVA application, CRUD report is not being generated. It remains blank.

Though the program has calls to SQL it is not coming under CRUD report.

Sample code containing SQL statement:

   String selectString  = " SELECT distinct press_code ";        selectString = " FROM prs_pln_rhts ";        selectString = " WHERE press_code not in ('planner')";

   try {

    sqlh.queryDB(selectString);

    ResultSet rs = sqlh.getQueryResult();

...................

Please let me know if you have any suggestions.

Regards,

Ek..


#EnterpriseAnalyzer

There is no CRUD information captured for Java currently so nothing WILL appear in the report. To locate data ports in Java you will have to run a query using Clipper (Advanced Search Facility) in Interactive Analysis