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

am 24.01.2008 23:10:49 von DR

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) ?

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

am 25.01.2008 21:07:03 von PRSoCo

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) ?
>
>
>