Number(5) in Oracle what is it meaning in C# -
i created table , 1 of column area number(5),
project_code number(5) not null ,
when entegred in model in c# like;
public global::system.int16 project_code
my question why getting int16 because int16 meaning short , max value "32767" if value 32768 oracle okay c#?
because odpnet have specification inform of state of fact.
in code execution can have issue if manually set value incorrect range. recommand use same application set value, guarantee process.
Comments
Post a Comment