Password

Password specifies the password needed to use database tables on a restricted Access .MDB file.

Syntax

[form.]Report.Password[= Password$]

For example:

CrystalReport1.Password = "dogsncats"

«Enters the password dogsncats

Data Type

String

Availability

Runtime

Remarks
CrystalReport1.Password = Chr(10) & "dbpassword"

If the Access database contains both session security and database-level security, use the session password followed by the linefeed character and the database password:

CrystalReport1.Password "sesspswd" & Chr(10) & "dbpassword"

Alternately, database-level security can also be handled by assigning the database-level password to the Password parameter of the LogOnInfo, property.

Related Report Engine Functions

PESetNthTableSessionInfo



Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com