DBMS_SQL.PARSE or cursor?

From: Alex Buzunou <alex_buz_at_yahoo.coom>
Date: Wed, 27 Oct 1999 19:13:14 +0300
Message-ID: <s1f5an4or0861_at_corp.supernews.com>



Hi, All!

I need to return from PL/SQL function HTML select control :

<select name="mob" size="1">

<option value="1" selected>January
<option value="2">February
<option value="12">December
</select> based on data contaned in table tab1, column col1
These 2 IN parameters passed to function get_select(col1,tab1) The question is how to refeerence table and column names within the function body to declare cursor for instance, etc.

Or here is another way to return HTML select

Thanx for advice!

Alex Received on Wed Oct 27 1999 - 18:13:14 CEST

Original text of this message