evilmousse
Programmer
i need to do:
<query with insert and sumvals>
<manipulate cursor>
<return records from another query>
and by "return records" i mean be able to
hook the sp directly to a report. not
just "sp executed successfully but did not
return records".
these cases return records:
<query with insert and NO sumvals>
<manipulate cursor>
<return records from another query>
<query with sumvals and NO insert>
<manipulate cursor>
<return records from another query>
<query with insert and sumvals>
<return records from another query>
<manipulate cursor>
There's just something about running
a q with both sumvals and an insert,
then minipulating a cursor, that
keeps the final q from returning records.
-g
[flush]
<query with insert and sumvals>
<manipulate cursor>
<return records from another query>
and by "return records" i mean be able to
hook the sp directly to a report. not
just "sp executed successfully but did not
return records".
these cases return records:
<query with insert and NO sumvals>
<manipulate cursor>
<return records from another query>
<query with sumvals and NO insert>
<manipulate cursor>
<return records from another query>
<query with insert and sumvals>
<return records from another query>
<manipulate cursor>
There's just something about running
a q with both sumvals and an insert,
then minipulating a cursor, that
keeps the final q from returning records.
-g
[flush]