• Good article. Always like articles with code that I can play with

    One comment I would make though is that I'd eliminate the GOTO's by using positive logic. eg:

    
    
    IF @rtn = 0
    begin
    do something
    if @rtn = 0
    begin
    do something more
    end
    else
    begin
    flag error
    end
    end
    else
    begin
    flag error
    end

    Also, is it my browser settings or your formatting that double spaces all the lines?

    Edited by - phillcart on 10/31/2002 02:39:37 AM

    --------------------
    Colt 45 - the original point and click interface