Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

text as output type

Status
Not open for further replies.

mjd3000

Programmer
Joined
Apr 11, 2009
Messages
136
Location
GB
I need to return a text data type as my output type, but I get the error :

Invalid parameter 2 ('@FileLocation'): Data type 0x23 is a deprecated large object, or LOB, but is marked as output parameter. Deprecated types are not supported as output parameters. Use current large object types instead.


Can anybody help?
 
Use VARCHAR(MAX) instead of TEXT.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top