[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Calling an sqt routine from an sqt routine



Hi
I have a requirement to use call an sqt routine from an sqt routine.

Fine - I can use the call statement with sqrwt.exe and include the sqt program 
as the argument.

The problem is that in addition I need to log onto the database for the called 
sqt routine.
The database log on dialog box is displayed - I then manually enter the 
database connection strings and the called sqt routine runs.
I also need to include the database connection string as an argument when the 
sqt routine is called using the call statement.

Further, the first sqt routine takes an input.
I need to pass this input to the called routine in the call statement - so 
another argument will need to be passed.

I have tried everything that I can think of - I'm close but just cannot quite 
make it...

If anyone has any ideas or suggestion that I caoud try then I would be most 
grateful for suggestions...

Andrew