Viewing 4 posts - 526 through 529 (of 529 total)
Solution is already provided, but I am wondering about the reason why this won't work.
Could it have something to do with the 'problem' in the 'SQL POP Quiz' thread?
The AccountNO...
July 19, 2002 at 1:38 am
Maybe a different approach...
Suppose an error occurs in the 'Update' statement in your procedure. In that case you return an empty recordset from the procedure.
So I am wondering if maybe...
July 15, 2002 at 8:21 am
Not sure this is a solution for your problem, but I'll give it a go anyway.
You could try to convert the quantities in the Trades table to the quantity taking...
July 10, 2002 at 3:32 am
Got a solution, provided you have some sort of incremental column in the table (like an identity). If that's not the case, I guess a cursor is the easiest solution.
First...
July 3, 2002 at 3:26 am
Viewing 4 posts - 526 through 529 (of 529 total)