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
