Am new to the forum but have spent the last few weeks working with Umbraco. The site I'm building has a lot of background data stored in a MSSQL database, as such I've used the SQLHelper "add-on".
The problem I'm facing is that I need to run two different stored procedures within the same XSLT. The reason for being in the same XSLT is that data from the first needs to be passed in as a parameter to the second. For whatever reason, when using the code below, I don't get anything displayed from the second SQLHelper.
Multiple Instances of SQL Helper
Hi All,
Am new to the forum but have spent the last few weeks working with Umbraco. The site I'm building has a lot of background data stored in a MSSQL database, as such I've used the SQLHelper "add-on".
The problem I'm facing is that I need to run two different stored procedures within the same XSLT. The reason for being in the same XSLT is that data from the first needs to be passed in as a parameter to the second. For whatever reason, when using the code below, I don't get anything displayed from the second SQLHelper.
is working on a reply...