Scripting

  • 1.  General question - BOI is the same between Sage A

    Posted 07-21-2017 12:02
    General question - BOI is the same between Sage Advance and SQL or does it need to be modified?


  • 2.  RE: General question - BOI is the same between Sage A

    Posted 07-21-2017 12:28
    It's the same, though you can't use SOTAMAS90's ODBC entries to determine the PathRoot. I use the following: 'Get Sage 100 Home folder from Windows Registry Set oReg = GetObject(""winmgmts:\\.\root\default:StdRegProv"") oReg.GetExpandedStringValue HKEY_CURRENT_USER,""SOFTWARE\Sage Software\MAS 90 Business Desktop\Settings"",""MAS90RootDirectory"",PathRoot PathHome = PathRoot & ""\Home


  • 3.  RE: General question - BOI is the same between Sage A

    Posted 07-21-2017 13:05
    Thank you @SteveIwanowski