Interview Question in Sql Server 2000
Interview Question :: The Load Method for the DOM Failed |
I'm using VB6 and ASP 3 with SQL Server 2000 - trying to get xml but when I run code I'm getting "The Load Method for the DOM Failed" I checked all my database connections are correct all refrences seems ok my code is following
Dim objXMLDoc As MSXML2.DOMDocument40
Set objXMLDoc = New MSXML2.DOMDocument40
objXMLDoc.async = False
'Load the location of the template
objXMLDoc.Load (m_sXMLPath &
XslTmpltUsgSprocNstd)
Thanks
Raza Shah |
|
|
|

Loading ...