Re: PL/SQL Question
From: Eric L. Ma <mlq_at_ndi.net>
Date: Sat, 14 Nov 1998 23:24:39 -0500
Message-ID: <eJs32.635$Zx4.3588_at_newsfeed.slurp.net>
Date: Sat, 14 Nov 1998 23:24:39 -0500
Message-ID: <eJs32.635$Zx4.3588_at_newsfeed.slurp.net>
There are two solutions to your problem:
- Use a PL/SQL table to pass the parameters.
- Concatenate all parameters into a single string (using JavaScript) before passing it.
Eric Received on Sun Nov 15 1998 - 05:24:39 CET