An error (bug) was reported with the IRB application form. When users entered information that was "too long" into the textareas, the PL/SQL application would terminate. The cause of the problem was the fact that the columns were not long enough to accommodate the information being entered. I tried increasing the lengths of the affected columns, but this caused further problems within the PL/SQL code.
I now have a temporary fix in place for the production version of the application. For now, I have commented out the code containing the SQL statements to insert data into the tables. Users should now be able to complete the form and generate a printer-friendly version. I will need to evaluate each table and the appropriate insert statements. I am considering simply combining several of the tables into just one or two, as I believe this will result in the application running more efficiently.
