M
Mike S.
hello,
i'm trying to populate the ParametersCollection of a SqlCommand throug the
static method DeriveParameters of the SqlCommandBuilder class
everything works fine when using the sa login of the database - but when i
try to use a login which only have permissions to "Execute" the stored
procedure the method only returns the ReturnValue of the stored procedure as
Parameter. i've also tried to grant the permission "View Definition" but
with no success
any ideas or advices?
regards, mike s.
i'm trying to populate the ParametersCollection of a SqlCommand throug the
static method DeriveParameters of the SqlCommandBuilder class
everything works fine when using the sa login of the database - but when i
try to use a login which only have permissions to "Execute" the stored
procedure the method only returns the ReturnValue of the stored procedure as
Parameter. i've also tried to grant the permission "View Definition" but
with no success
any ideas or advices?
regards, mike s.