Struggling to get a SQL DataConnector working

Rod Widdowson rdw at steadingsoftware.com
Thu Jun 2 08:57:12 EDT 2016


>             <![CDATA[
>                 SELECT *
> 				FROM dbo.Staging
> 				WHERE username =
> '${requestContext.principalName}'
>             ]]>

I'm pretty sure you don't want the braces.  Also this is V2 legacy syntax,
you might be better with 

SELECT * FROM dbo.Staging WHERE username='$resolutionContext.principal'

Rod



More information about the users mailing list