Community

Handling HTML multi-selects in PL/SQL

(Rex Baldazo) Dealing with HTML multi-selects in Oracle’s PL/SQL is a bit trickier than I’d like. Depending on how many items the user picks out of the multi-select, you either get back a simple VARCHAR2 object or a special array object. This means you have to write two separate methods to deal with

Read More - Register for Free Membership

Tags: