[Message Deleted]
-
That article says if it's not being returned it's because you've done something wrong! Whats your code in the client for getting the output param?
-
That article says if it's not being returned it's because you've done something wrong! Whats your code in the client for getting the output param?
-
Tried SqlDBType rather than OleDbType? SqlDBType.NVarChar. http://msdn2.microsoft.com/en-us/library/system.data.sqldbtype.aspx[^] And whilst MS might not be perfect they're pretty good at making sure the basics work in sql server and .net :P I'd be extreamly suprised if it was thier bug stopping it being returned.
-
Tried SqlDBType rather than OleDbType? SqlDBType.NVarChar. http://msdn2.microsoft.com/en-us/library/system.data.sqldbtype.aspx[^] And whilst MS might not be perfect they're pretty good at making sure the basics work in sql server and .net :P I'd be extreamly suprised if it was thier bug stopping it being returned.