Loads the specified project. Logs in to Stonefield Query with the System user and connects to the specified data source.
public bool LoadProject(string ProjectFolder, string Datasource);
Return Value
True if the project was successfully loaded, false if an error occurred.
Parameters
ProjectFolder
The folder where the project resides.
Datasource
The name of the Stonefield Query datasource to use.
Overloads:
public bool LoadProject(string ProjectFolder, string UserName, string Password, 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