B
BethA
I'm struggling with trying to get some Booleans in my schema to behave
correctly. It seems that when I declare the node like this:
Dim oOnDSNNode As IXMLDOMElement =
thisXDocument.DOM.selectSingleNode("my:myFields/my:OnDSN")
the datatype of oOnDSNNode is set to DBNull instead of boolean (OnDSN in my
schema is set as a boolean).
I've tried to find a way to make sure the datatype property of oOnDSNNode is
boolean, but I'm stuck!
Can someone help please? Thanks!
Beth A.
correctly. It seems that when I declare the node like this:
Dim oOnDSNNode As IXMLDOMElement =
thisXDocument.DOM.selectSingleNode("my:myFields/my:OnDSN")
the datatype of oOnDSNNode is set to DBNull instead of boolean (OnDSN in my
schema is set as a boolean).
I've tried to find a way to make sure the datatype property of oOnDSNNode is
boolean, but I'm stuck!
Can someone help please? Thanks!
Beth A.