R
RA
I have an identity column defined as int in sql 2000.
I use SCPOE_IDENTITY () to get the new inserted column id. The problem is
that the object returned from the ExecuteScalar is of type Decimal? why is
that happens?
Thanks,
Ronen
I use SCPOE_IDENTITY () to get the new inserted column id. The problem is
that the object returned from the ExecuteScalar is of type Decimal? why is
that happens?
Thanks,
Ronen