I'm trying to call a stored procedure through an asp page.
My call to the stored procedure includes the following line
.Parameters.Append .CreateParameter("txtclli_code", adVarChar, adParamOutput, 50)
What do I replace adVarChar with if the type is NVarChar,
also what do I put in for a date type in SQL 2000
any help will be appreciated..
Thx
Derek
My call to the stored procedure includes the following line
.Parameters.Append .CreateParameter("txtclli_code", adVarChar, adParamOutput, 50)
What do I replace adVarChar with if the type is NVarChar,
also what do I put in for a date type in SQL 2000
any help will be appreciated..
Thx
Derek