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

How to integrate GL with our system without Accpac SDK

Status
Not open for further replies.

AccpacNet

Programmer
Nov 12, 2008
24
0
0
CA
Hi All,

I got assignment which is to integrate GL with our system, but I don't have ACCPAC SDK (BTW, I used to use Accpac SDK to do integration), so could anyone know if there is a way to do it? I have VS2005, SQL server 2005.

Thanks in Advance!

 
You don't need the SDK, you can do it via Accpac's COM API and C++, VB, VBA, or Delphi. Record a VBA macro from within Accpac and you'll see how it works.
 
Thanks tuba2007!

Can I use C# too via Accpac's COM API?

Appreciate your great Help!
 
Sure, any COM-enabled language will do. Though, the favorites are Delphi and VB6.
 
Hey,

Just thought i would point you to a post i made the other day about C# and Accpac.

Let me know if you have any problems and as a fellow .NET guy ill try to help.

but
tuba2007 said:
You don't need the SDK, you can do it via Accpac's COM API and C++, VB, VBA, or Delphi. Record a VBA macro from within Accpac and you'll see how it works.

is BANG on accurate.
 
Project will start in two weeks, but I will do that whenever I got problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top