If it can't be done in Tcl, I think it can be done in C and then the
result made availble to Tcl.....I'll stop by your office ;)

Ian

On Wed, Oct 24, 2001 at 02:18:08PM -0400, Lane Wimberley wrote:
> Hello, AolServants!  Is it possible to bind the value returned
> by an Oracle stored procedure (either return of a function, or
> an IN OUT parameter of a procedure) to a Tcl variable in the
> AolServer environment.  In particular, I'm wondering about complex
> data types, like records, arrays, tables or even cursors.  By "bind
> to a variable," I really only mean "gain access to the return value
> in Tcl;" it needn't be bound to a particular variable that I specify.
>
> I would like to be able to encapsulate a query, say, in a stored
> procedure, and then make the results of the query available to
> ADPs and the like.  I would like to do this as an alternative to
> the more conventional practice of posing the literal query directly
> from the ADP.
>
> Help...?
>
> Thanks!
>
> Lane Wimberley
> Wayport, Inc.
> Austin, TX

Reply via email to