> DIESE NACHRICHT IST IN MIME-FORMAT. Da Ihr Mailreader dieses Format nicht
unterst�tzt, k�nnte diese Nachricht ganz oder teilweise unlesbar sein.

--Next_Part_3003754443_1218554_MS_Mac_IMN
Content-type: text/plain; charset="us-ascii"
Content-transfer-encoding: 7bit

Hi,
here is a little bit of code:

MutableHashtable arguments = new MutableHashtable(1);
String arg1 = new String("vStart");
Integer value1 = new Integer(20);
arguments.put(arg1, value1);

try {
     adch.executeStoredProcedure(my_sp, arguments);
}

hope it helps

----------
> Von: Jon Kleiser <[EMAIL PROTECTED]> 
> An: Multiple recipients of list <[EMAIL PROTECTED]> 
> Betreff: WO, How to create NSDictionary in Java?
> Datum: Mon, 8 Mar 1999 06:57:38 -0800 (PST)
> 
>I want to invoke an Oracle PL/SQL procedure by using the
>executeStoredPocedure (of an adaptor channel). The (input) parameter values
>to the stored proc. are supposed to be delivered through an NSDictionary
>(the second parameter of executeStoredPocedure). Can someone please help me
>with some info (sample code) on how to construct such an NSDictionary,
>using Java?
>
>Sincerely,
>
>Jon Kleiser
>
>---------------------------------------------------------------------------
>Jon Kleiser / ADB-seksjonen / USIT / University of Oslo / Norway
>Mail: [EMAIL PROTECTED] / Tel: +47-22 85 28 04 / Fax: +47-22 85 29 70
>---------------------------------------------------------------------------
>
>
>



--Next_Part_3003754443_1218554_MS_Mac_IMN
Content-type: text/html; charset="us-ascii"
Content-transfer-encoding: 7bit

<HTML>
<HEAD>
<TITLE>AW: WO, How to create NSDictionary in Java?</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
Hi,<BR>
here is a little bit of code:<BR>
<BR>
<FONT SIZE="3">MutableHashtable arguments = new MutableHashtable(1);<BR>
String arg1 = new String("vStart");<BR>
Integer value1 = new Integer(20);<BR>
arguments.put(arg1, value1);<BR>
<BR>
try {<BR>
     adch.executeStoredProcedure(my_sp, arguments);<BR>
}<BR>
<BR>
hope it helps<BR>
</FONT><BR>
----------<BR>
> Von: Jon Kleiser <[EMAIL PROTECTED]> <BR>
> An: Multiple recipients of list <[EMAIL PROTECTED]> <BR>
> Betreff: WO, How to create NSDictionary in Java?<BR>
> Datum: Mon, 8 Mar 1999 06:57:38 -0800 (PST)<BR>
> <BR>
>I want to invoke an Oracle PL/SQL procedure by using the<BR>
>executeStoredPocedure (of an adaptor channel). The (input) parameter values<BR>
>to the stored proc. are supposed to be delivered through an NSDictionary<BR>
>(the second parameter of executeStoredPocedure). Can someone please help me<BR>
>with some info (sample code) on how to construct such an NSDictionary,<BR>
>using Java?<BR>
><BR>
>Sincerely,<BR>
><BR>
>Jon Kleiser<BR>
><BR>
>---------------------------------------------------------------------------<BR>
>Jon Kleiser / ADB-seksjonen / USIT / University of Oslo / Norway<BR>
>Mail: [EMAIL PROTECTED] / Tel: +47-22 85 28 04 / Fax: +47-22 85 29 70<BR>
>---------------------------------------------------------------------------<BR>
><BR>
><BR>
><BR>
<BR>
<BR>
</BODY>
</HTML>

--Next_Part_3003754443_1218554_MS_Mac_IMN--

Reply via email to