Change code that documents when a SQL script is run to record it as info rather than error.
When a PDF is created from MSWord, PROMS checks to see if an addin is loaded for MSWord 2007. The registry key has been changed to be generically applicable to multiple operating systems. Specifically this will now work for MSWord 2007 on Windows 7.
This commit is contained in:
@@ -379,7 +379,7 @@ namespace DataLoader
|
||||
ssr.InfoMessage += new SQLScriptRunnerEvent(ssr_InfoMessage);
|
||||
try
|
||||
{
|
||||
AddError("Running Script '{0}'", scriptName);
|
||||
AddInfo("Running Script '{0}'", scriptName);
|
||||
ssr.Run();
|
||||
Status = String.Format("Script '{0}' Complete", scriptName);
|
||||
ok = true;
|
||||
|
Reference in New Issue
Block a user