walk through

rocktheboatrocktheboat Posts: 4
edited July 26, 2006 11:48AM in SQL Toolkit Previous Versions
hi,
maybe I'm doing something wrong but the walk through does not seem to work with toolkit 5.2
I get the following error message:
RedGate.SQL.Shared.Utils is obsolete'
the name b does not exist

Utils u=new Utils();
u.ExecuteBlock(b, ".", "WidgetProduction");


please help

Comments

  • Hi there,
    I think that you want this code
    RedGate.SQL.Shared.BlockExecutor executor=new RedGate.SQL.Shared.BlockExecutor();
    executor.ExecuteBlock(block, ".", "WidgetProduction");
    
    The code snippits may be easier to follower they are installed in
    %ProgramFiles%\Red Gate\SQL Bundle 5\Toolkit Sample Files\Automating SQL Compare\C#
    by default.

    Can you please tell where this mistake is in the SQL Bundle 5.2 Toolkit help file.
    Thanks.
    Regards
    David
Sign In or Register to comment.