FritzBlignaut
Programmer
I am in need of some assistance. I need to open a connection to accpac using C#.
I have entered this line to open the connection:
Session.Open("Username", "Password", "Database", Date, 0);
When I run this application I am told that I need to initialize the seesion first. I know that I need to Initialize the session like this.
Session.Init("", "XX", "XX1000", "55A");
My question is this, How do I get the AppID and ProgramName to replace the XX? I am running Accpac Version 55A. This is a stupid question but if I can find out what it is and where I can get it in accpac, it will help me greatly.
Thank you!!
I have entered this line to open the connection:
Session.Open("Username", "Password", "Database", Date, 0);
When I run this application I am told that I need to initialize the seesion first. I know that I need to Initialize the session like this.
Session.Init("", "XX", "XX1000", "55A");
My question is this, How do I get the AppID and ProgramName to replace the XX? I am running Accpac Version 55A. This is a stupid question but if I can find out what it is and where I can get it in accpac, it will help me greatly.
Thank you!!