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!

Retrieve accpac SQL Server Name ADODB - DOT NET

Status
Not open for further replies.

71001

Programmer
May 5, 2009
4
AU
Hi,

Currently doing development in C# dot net to query the Accpac ERPv5.5 application. The accpac application uses a MSSQL server database as its back end system.

Is it possible to retrieve the MSSQL server name from the ACCPAC.Advantage.dll so we can create a connection using ABODB in dotnet.

Currently we are able to access the company ids and names from the Organization list in the Session class.

Once the user has selected a company and supplied the username, password we would like setup the connection details so we are able to do a ado/ odbc connection.

This information is stored and accessed via the ‘Database Setup’ program (a4wsetup) and we were wondering if we could access it from dotnet?

thanks
 
How many ACCPAC database you have in MSSQL? To me, since we have only one (in Pervasive) we just simply hardcode in in web.config.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top