02-15-05 10:50 PM
Hello,
We found the mapper of limited use for mapping complex scenario's and
decided to write the stylesheet by hand.
This works fine, but now we need to connect to a database.
By default, the following namespaces are supported in the msxsl:script tag:
System System classes.
System.Collection Collection classes.
System.Text Text handling classes.
System.Xml Core XML classes.
System.Xml.Xsl XSLT classes.
System.Xml.XPath
But when connecting to a SQL DB, the System.Data namespace is needed.
Obviously, we added a reference to this namepace at project level, but we
keep
getting an error when testing the map, stating that the Data, Reader,Command
etc...could
not be found.
Any suggestions would be gretaly appreciated,
Philippe
[ Post a follow-up to this message ]
|