Hello, I am new in Accpac API web development area. I followed the sample to create a very simple .net web to write new order entry to Accpac Pervasive DB.
I am using Accpac 5.4a with all service packs and MS studio .NET v2002. My development environment is Windows XP.
I stuck on the first step! I get "Invalid Signon information. Make sure you supply the correct user ID and Password". I am sure the ID, password and DB ID are all correct (I haven't even activated Accpac login security). Here is my code:
aSession = CreateObject("Accpac.Session")
aSession.Init("", "OE", "OE1000", "54A")
aSession.Open("ADMIN", "ADMIN", "SAMINC", DateTime.Today, 0, "")
Any suggestion? Many thanks!
I am using Accpac 5.4a with all service packs and MS studio .NET v2002. My development environment is Windows XP.
I stuck on the first step! I get "Invalid Signon information. Make sure you supply the correct user ID and Password". I am sure the ID, password and DB ID are all correct (I haven't even activated Accpac login security). Here is my code:
aSession = CreateObject("Accpac.Session")
aSession.Init("", "OE", "OE1000", "54A")
aSession.Open("ADMIN", "ADMIN", "SAMINC", DateTime.Today, 0, "")
Any suggestion? Many thanks!