[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: =?iso-8859-1?Q?Subject=3A_=09Running_Successive_SQR=27s?
- Subject: Re: =?iso-8859-1?Q?Subject=3A_=09Running_Successive_SQR=27s?
- From: John Kellogg <johnk@SUN4.MITI.COM>
- Date: Wed, 19 Jun 1996 07:02:11 PST
Bill,
There is a new wait/nowait flag on the CALL command in version 3.0.13.2 on
WindowsNT that is described in the release notes as follows:
For Windows NT, the CALL command now has an additional parameter:
CALL {your_sub} USING{source destination} [Param_literal] [wait/nowait] ,
This allows calling a subroutine and wait/no wait to proceed with the SQR
program.
This may be just what you are looking for.
John L. Kellogg
MITI Technical Support Manager
______________________________ Reply Separator _________________________________
Subject: =?iso-8859-1?Q?Subject=3A_=09Running_Successive_SQR=27s?=
Author: SQR-USERS@USA.NET at Internet
Date: 19/06/96 6:23 AM
Hi All,
I am trying to run a series of SQR's against Microsoft SQL Server (v = 4.21) on
Windows NT (v 3.51) and am having difficulty in determining = when one SQR ends
so that I can begin the next (apparantly you cannot = run two at once in this
environment). Ideally, I would like to be able = to write one "master" SQR to
accomplish this as a type of driver.
Thanks,
-Bill Mancini