Hello!
I'm new to VB. Started with building ready made examples.
Dim m_xmlDoc As MSXML2.DOMDocument
Dim m_SQLServer As New SQLDMO.SQLServer2
...
Private Function GetTableElement(ByRef tbl As SQLDMO.Table2) As IXMLDOMElement
I got a complile time error "Can't find project or library".
VB suggested to find MS XML 4.0 and MS SQLDMO Object Library.
I have listed in Project/References only MS XML 3.0.
How to get MS XML 4.0 (and possibly newer SQLDMO Object Library)?
Thanks!
I'm new to VB. Started with building ready made examples.
Dim m_xmlDoc As MSXML2.DOMDocument
Dim m_SQLServer As New SQLDMO.SQLServer2
...
Private Function GetTableElement(ByRef tbl As SQLDMO.Table2) As IXMLDOMElement
I got a complile time error "Can't find project or library".
VB suggested to find MS XML 4.0 and MS SQLDMO Object Library.
I have listed in Project/References only MS XML 3.0.
How to get MS XML 4.0 (and possibly newer SQLDMO Object Library)?
Thanks!