Re: Can PL/SQL return a table-like result set to GUI clients?

From: Ola and Claude <cdaoust_at_ns.net>
Date: 1996/09/10
Message-ID: <01bb9ed2$484f54e0$b5f077cc_at_ns.ns.net>#1/1


PowerBuilder 5.0 supports sp's as sources for dw's which can be used to return result sets. They have a non-visual form of their dw which is great for doing this.

hth - Claude

Steven W. Bixby <sbixby_at_crl.com> wrote in article <4voss6$q3s_at_crl.crl.com>...
>
> I've been messing around with PL/SQL for awhile now, doing mostly "fire
> and forget" calls that do not have results.
>
> One thing I haven't seen mention of is whether an Oracle stored procedure
 

> can return a result set that looks like a table to GUI front-ends.
>
> IE, when using Delphi or another client environment, can I execute a
> PL/SQL stored procedure and treat the results as a table, to be able to
> browse (presumably read-only...)?
> --
> -swb- (Steve Bixby, sbixby_at_crl.com)
>
  Received on Tue Sep 10 1996 - 00:00:00 CEST

Original text of this message