Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accpac Session Initialization on Version 55A

Status
Not open for further replies.

FritzBlignaut

Programmer
May 19, 2008
1
AU
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!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top