Sorry, but there are no more tags available to filter with.
  • accpac.advantage - open dbLink connection and how to close

    I am trying to write c# code around opening a Sage 300 Connection using C#. I am using the Acccpac.Advantage DLL. Here is my code try { sage300Session.Init("", "XY", "XY1000", "62A"); sage300Session.Open(_user, _ppswd, _companyID, DateTime.Today…