myob

C# - Join tables from two different databases using different ODBC drivers

孤人 提交于 2019-12-24 00:44:57
问题 I have a C# application which needs to pull data from two different databases: Database 1 is a MYOB database (which uses ODBC to connect using MYOB's driver) Database 2 is an Access database, again I'm using ODBC to connect to it. Eg. this is the query I would like to run: $query = "SELECT * FROM [" + myobConnectString + "].Accounts, ["+accessConnectString+"].tblTest WHERE tblTest.ID = Accounts.AccountID"; My question is how can I run this (or if it's even possible)? Thanks! 回答1: In addition

How do you tap into MYOB from a .NET app?

本小妞迷上赌 提交于 2019-12-22 17:53:05
问题 I'm interested in finding out how to interface a .NET app (or even just about any app running on any platform, maybe even Java or PHP) with MYOB. There's a system already in place that uses MYOB but the business owner wants their different branch offices to be able to interact with each other. I would be really interested to know the possible approaches to this problem from those of you who are familiar with this. Many thanks :) 回答1: There is an ODBC driver available here. There maybe some

callback based async method with multiple parameters to awaitabletask

纵然是瞬间 提交于 2019-12-12 03:39:20
问题 I have the following code to connect to MYOB's SDK var cfsCloud = new CompanyFileService(_configurationCloud, null, _oAuthKeyService); cfsCloud.GetRange(OnComplete, OnError); where private void OnComplete(HttpStatusCode statusCode, CompanyFile[] companyFiles) { // ask for credentials etc } I want to convert this to use a TaskCompletionSource like this example however my OnComplete has multiple parameters. How do I code that? 回答1: As mentioned in the comment The SDK for Accountright API

How do you tap into MYOB from a .NET app?

半腔热情 提交于 2019-12-06 10:36:00
I'm interested in finding out how to interface a .NET app (or even just about any app running on any platform, maybe even Java or PHP) with MYOB. There's a system already in place that uses MYOB but the business owner wants their different branch offices to be able to interact with each other. I would be really interested to know the possible approaches to this problem from those of you who are familiar with this. Many thanks :) There is an ODBC driver available here . There maybe some limitations to it, however. Both MYOB & QuickBooks make it difficult to extract all the data -- they attempt