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