OpenProjectFromXMLDOM Method

English Query

English Query

OpenProjectFromXMLDOM Method

Loads the contents of the current project from an XMLDOMDocument object.

Applies To

EQModel Object

Syntax

EQModel.OpenProjectFromXMLDOM(XMLDOMDocument)

Parts

EQModel

Object variable into which model information is loaded.

XMLDOMDocument

Object variable that contains the project to be opened.

Remarks

The errors encountered while compiling the English Query project are placed in EQModel.Errors.

English Query 2000 is compiled with XML 2.0, whereas SQL Server 2000 uses XML 2.6. To prevent compilation errors, select XML 2.0 in the References section of your English Query project.

See Also

Compile-Time Error Messages (Authoring Object Model)

CreateProject Method

EQError Object

OpenProject Method

SaveProject Method