PC Review


Reply
Thread Tools Rate Thread

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
Guest
Posts: n/a
 
      24th Jan 2008
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) ?


 
Reply With Quote
 
 
 
 
Peter Ritchie [C# MVP]
Guest
Posts: n/a
 
      25th Jan 2008
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) ?
>
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Parameter size for NVARCHAR(MAX) data type? Bragi Of Erin Microsoft ADO .NET 0 22nd Oct 2010 07:12 PM
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 Microsoft ADO .NET 1 25th Jan 2008 10:10 AM
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 Microsoft VB .NET 1 24th Jan 2008 11:37 PM
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 Microsoft C# .NET 1 24th Jan 2008 11:16 PM
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 Microsoft Dot NET Framework 0 24th Jan 2008 10:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:52 AM.