Re: How to pass VAR from SQL forms to UNIX env.? Help!

From: Gary Assa <gsa_at_panix.com>
Date: 4 Jul 93 15:07:22 GMT
Message-ID: <216rna$dl0_at_panix.com>


>Can any of you tell me how to pass VAR from SQL forms to unix env. and
>vice versa?
>I don't have pro*C or other languages that I can use for USER_EXIT.
>Thanks in advanced.
>
Hw about this (although there must be better ways) Write the variable to a temp table, then when you exit the form, do a SQL statement to select from the table, and write out to a file. Then do a VARNAME=`cat {filename}`; export VARNAME Received on Sun Jul 04 1993 - 17:07:22 CEST

Original text of this message