Hello good folks of the forum.
In my current code I am using the following to connect to AccPac (this is C# code):
I am assuming this uses up a license on Accpac. I have been told there is something called an IAP, used for integration of third party apps, which doesn't use up one of the regular licenses. If this is correct, how would I change my code to use it?
My environment:
AccPac Advantage Series, 5.3A, SP 3
Pervasive database
In my current code I am using the following to connect to AccPac (this is C# code):
Code:
accpacSession = new AccpacCOMAPI.AccpacSession();
accpacSession.Init("", apAppID, apProgramName, apVersion);
accpacSession.Open(apUserID, apPassword, apDatabaseID, DateTime.Today, 0, "");
I am assuming this uses up a license on Accpac. I have been told there is something called an IAP, used for integration of third party apps, which doesn't use up one of the regular licenses. If this is correct, how would I change my code to use it?
My environment:
AccPac Advantage Series, 5.3A, SP 3
Pervasive database