Hello would like to know if it's possible to get a list of all open invoices using SDKDatabaseUtility RunSelectQuery command?
I've looked around here and also the DataDict but can't really find what tables I need to link to get this data. Any…
Hello would like to know if it's possible to get a list of all open invoices using SDKDatabaseUtility RunSelectQuery command?
I've looked around here and also the DataDict but can't really find what tables I need to link to get this data. Any…
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 writing an application in VB.NET to run custom queries against the Sage 50 database. I've gone through the SDK manuals, but have some additional questions while walking through the sample code. We run the connection manager on the server and install…