• 2019.1 CA SDK download?

    Is there a 2019.1 Canadian edition SDK update available? We just updated our Sage 50 to 2019.1 but when I look for the SDK, the only version I can find is for 2019.0 and 2019.1 US edition.
  • How to capture the data returned wSDBSelectRecords in sage 50 2016 CA SDK with Visual Basic .NET?

    I´m using ConnectionManagerService.dll and I am using the function wSDBSelectRecords with this syntax: Call wSDBSelectRecords(iDBLink, iTBLink, "", 0, True) But I do not know how to capture the data you are going to select in a DataTable. I´m Working…