B
Bob L.
Hi everyone,
I am working with a SQL Server 2000 stored procedure, using an OleDbCommand
object to execute it. The stored procedure uses both input and output
parameters, and also returns rows. The whole thing works perfect, except
when I query the output parameters, they return a value of Nothing. If I run
the stored procedure in Query Analyzer, it works perfect.
Any ideas?
Thanks!
Bob L.
I am working with a SQL Server 2000 stored procedure, using an OleDbCommand
object to execute it. The stored procedure uses both input and output
parameters, and also returns rows. The whole thing works perfect, except
when I query the output parameters, they return a value of Nothing. If I run
the stored procedure in Query Analyzer, it works perfect.
Any ideas?
Thanks!
Bob L.