EssConnect

Description

Logs in to a server, application, and database combination.

Syntax

EssConnect([workbookName]sheetName, username, password, server, application, database)

Where [workbookName]sheetName is the text name of the workbook and worksheet to be connected.

username is the text name of a user on the server.

password is a password for this user.

server is the text name of the server to which the connection occurs.

application is the text name of the application to which the connection occurs.

database is the text name of the database to which the connection occurs.

Example

=EssConnect("[Sample.xls]Sheet1","Supervisor","Password",
"Server1","Sample","Basic")

Notes: