Loads the specified project.
public bool LoadProject(string ProjectFolder, string UserName, string Password, string Datasource);
Return Value
True if the project was successfully loaded, false if an error occurred.
Parameters
ProjectFolder
The folder where the project resides.
UserName
The Stonefield Query username used to log into the project.
Password
The Stonefield Query password used to log into the project.
Datasource
The name of the Stonefield Query datasource to use.
Overloads:
public bool LoadProject(string ProjectFolder, string Datasource);
public bool LoadProject(string ProjectFolder);
public bool LoadProject(string ProjectFolder, string UserName, string Password);
See also:
Class SQProxy© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic