Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The replacement of VB On Error Goto with Structured try-catch exception handling,
  • The replacement of a legacy ADO wrapper function (ExecProc) with a call to our standard ADO.NET data access component (DataMeister). Note that DataMeister is a slightly modified version of the SQLHelper application block.
  • The translation requires stored proc parameters information to setup the SqlParameter array. The translation tool is able to determine lookup the names of proc parameters dynamically from metadata pulled from SQL server at translation time – a huge time saver.

...