Jump to content

Recommended Posts

Posted

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.

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
×
×
  • Create New...