Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread A couple of edb2sql.pdf typos?
Tue, Oct 23 2012 10:43 AMPermanent Link

Barry

Can someone confirm these typos?

Page 293 the last example closes the cursor but has been marked "WITH RETURN"
DECLARE CustCursor CURSOR WITH RETURN FOR CustStmt;
....
CLOSE CustCursor;

Same with example on page 439.

Barry
Mon, Nov 5 2012 4:28 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Barry,

<< Can someone confirm these typos? >>

They're not really "typos" in the sense that it doesn't really matter if you
declare a cursor as WITH RETURN if you close the cursor prior to the
termination of the procedure (it simply won't return a result set in such a
case).  However, they are confusing, so I've corrected them.

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Image