Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Executing Stored Procs With Params
Message
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
00979533
Message ID:
00979808
Vues:
22
Kevin,

Follow-up, I misspoke, sorry - if you don't specify an sqldbtype, the default for a string is an NVarChar. I thought it was text, but it's NVarChar. So given your database, I don't think it's necessary to do what I suggested last night.

As for the runtime error - I'm out of clues at this point. You might want to consider stepping through the code with the debugger, and examine the two parameter objects (oParms) right before the query runs. Check certain properties of the two param objects, such as the value, the parameter name, sqldbtype, etc. I'll look at the code you posted again to see if I can think of anything else, but for now that's all I can come up with.

Kevin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform