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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Razeen
  • Order by date
  1. Razeen

    AccPac COMAPI under C#

    Hi, Think where the problem is. Ran a database integrity check on Administration Services and got this error. Administrative Services 5.3A (July 5, 2005 19:48:57) E: Invalid input. Company ID is invalid. When i open accpac application i get a lot of companies in the dropdown box. Currently...
  2. Razeen

    AccPac COMAPI under C#

    Hi, I have the following code in C#. accpacSession = new AccpacCOMAPI.AccpacSessionClass(); accpacSession.Init ("","AR","AR0031", "53A"); accpacSession.Open("ADMIN", "ADMIN", "INTEQC", dt , 0, ""); if (accpacSession.IsOpened) { pDBLinkCmpRW =...
  3. Razeen

    AccPac COMAPI under C#

    Hi Jayconverse, Thanks for your code snippet. It really works. Razeen
  4. Razeen

    AccPac COMAPI under C#

    Hi, I'm just working on it in C#. Got the initial part of opening a Session, but not able to open a dbLink. The code snippet is shown. The error statement is the last line. AccpacSessionManager.AccpacSessionMgrClass APSession = new AccpacSessionManager.AccpacSessionMgrClass(); DateTime dt...

Part and Inventory Search

Back
Top