[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Calling an SQR from an SQR
Patricia
call system '..\sqrwtPath\sqrwt.exe ..\sqrProgramPath\yourSRQprogram.sqt
databaseConnectionString parm1 param2'
Note: Only one string is passed to the system.
databaseConnectString may be database dependant:
databaseName userName password
Oracle:
databaseName/password@userName
If you do not need to pass any parameters then omit param1, param2, etc.
Andrew
----- Original Message -----
From: Patricia Stanley <pjstanle@SYR.EDU>
To: <SQR-USERS@list.iex.net>
Sent: Monday, September 24, 2001 4:31 PM
Subject: Calling an SQR from an SQR
I have written a homegrown SQR and would like it to call a Peoplesoft SQR that
is delivered with their Mass Change capabilty. How do I do this?