[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Insert in temporary table
In-Reply-To: <9503217984.AA798481891@stoffel.pica.nl>
Try using -c1 next to Begin-select & begin-sql i.e. begin-select -c1 &
begin-sql -c1. This forces SQR to use the same connection to the server &
therefore see the temp table.
If you're accessing the temp table in a subquery with begin-select you
can't do this though, you would need to restructure your report so this
is not the case.
Ian Royle