English Query
OpenProjectFromXMLDOM Method
Loads the contents of the current project from an XMLDOMDocument object.
Applies To
Syntax
EQModel.OpenProjectFromXMLDOM(XMLDOMDocument)
Parts
EQModel
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.