When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the

When a clr has the input type of SqlString it causes nvarchar(4000) to be
the parameter type of the function in sql server. how to modify my CLR
function to use nvarchar(max) ?
DR [ Do, 24 Januar 2008 23:10 ] [ ID #1915110 ]

RE: When a clr has the input type of SqlString it causes nvarchar(4000

Can you be more specific? The CLR doesn't do anything in particular with
SqlString, framework code might. Could you post code that exemplifies the
problem?


--
Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote.
http://www.peterRitchie.com/blog/
Microsoft MVP, Visual Developer - Visual C#


"DR" wrote:

> When a clr has the input type of SqlString it causes nvarchar(4000) to be
> the parameter type of the function in sql server. how to modify my CLR
> function to use nvarchar(max) ?
>
>
>
PRSoCo [ Fr, 25 Januar 2008 21:07 ] [ ID #1915973 ]
Microsoft » microsoft.public.dotnet.general » When a clr has the input type of SqlString it causes nvarchar(4000) to be the parameter type of the

Vorheriges Thema: Why my url does not match my page?
Nächstes Thema: Bring To Front