Friday, July 15, 2011

Populating SQL table from PL/SQL tables?

name_table and salary_table are defined as single elements, not arrays, so it's probably complaining about name_table(table_row) and salary_table(table_row).

No comments:

Post a Comment