Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bionet!ames!haven!vrdxhq!daitc!daitc.daitc.mil From: jkrueger@daitc.daitc.mil (Jonathan Krueger) Newsgroups: comp.databases Subject: Re: Ingres OSL-passing parameters from command line Keywords: Ingres OSL Message-ID: <474@daitc.daitc.mil> Date: 4 Apr 89 23:32:04 GMT References: <470@agrigene.UUCP> Sender: jkrueger@daitc.daitc.mil Reply-To: jkrueger@daitc.daitc.mil (Jonathan Krueger) Organization: DTIC Special Projects Office (DTIC-SPO), Alexandria VA Lines: 14 In-reply-to: overby@agrigene.UUCP (Scott Overby) In article <470@agrigene.UUCP>, overby@agrigene (Scott Overby) writes: >Can one pass in parameters/values to an Ingres OSL program at the time of >program execution? e.g. progamname frame value,...,value. No command line args, other than the name of the first frame. Other ways to pass information (not my ideas, nor recommended by me): environmental variables, read with trnlog() or getenv() write to file, read from file append to database table, retrieve from table -- Jon -- --