Jump to content

varchar(max) problem


Recommended Posts

hi friends.

how to retrieve data from a column in ms sql swerver 2005 with nvarchar(max) data type? i use adodb, also.

my code is here:

$cmd.Parameters.Append($cmd.CreateParameter("@oText", $adNVarCharMax, $adParamOutput, -1, ""))

i equivalent $adNVarCharMax to 202 (NVarChar) and 203 (ntext). but didn;t work.

the return error is:

parameter object is improperly defined

please help.

thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...