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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

parameter types for sql 2000

Status
Not open for further replies.

ducky62

Programmer
Jul 10, 2001
24
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top