XConnect

XConnect() - Open a connection

Description

This function opens a connection.

Parameters

Filename [Optional]

Connection name.

User [Optional]

Sage 50 user name. (For Sage 50 Canadian edition only. For the Sage 50 US edition, the User must always be Peachtree.)

Password [Optional]

Sage 50 password.

Examples

It is strongly recommended to use Excel cells address (ex. A1:B19) containing the information of the parameters requested in all Logicim XLGL functions, such as accounts, date, departments, etc. This practice adds flexibility to your worksheet and will ensure the coherence of your results. Moreover, the use of quotation marks (") is essential when the parameters are manually written in the arguments function window.

Opens a connection to "My company" with the default user and no password

=XConnect("My Company")

Opens a connection to "My company" with user "Peachtree" and password "Pass123"

=XConnect("My Connection","Peachtree","Pass123")

Posted: Tuesday, November 05, 2024