G
Guest
1)when i call to a Stored Procedure
and for exampe i do :
myCommand.Parameters.Add("@flag", Data.SqlDbType.Int)
myCommand.Parameters("@flag").Value = DEAULT
how can i pass a DEFAULT value tothe stored procedure (in which the stored
procedure for the specific variable uses its default defined value)?
2)how /what do i nedd to define and how do i get the returned vale,which i
return from the Stored Procedure
thnaks in advance
peleg
and for exampe i do :
myCommand.Parameters.Add("@flag", Data.SqlDbType.Int)
myCommand.Parameters("@flag").Value = DEAULT
how can i pass a DEFAULT value tothe stored procedure (in which the stored
procedure for the specific variable uses its default defined value)?
2)how /what do i nedd to define and how do i get the returned vale,which i
return from the Stored Procedure
thnaks in advance
peleg