We are facing insert row issue with oracle backend from oData.
Update works fine. Oracle has ID column which is numeric and primary key , we tried all the properties for ID column in Entity
(Example : Int16, Int32, Int64) , it does not work for any of these even the fetch.
We tried with Decimal and it works fine, but insert is not working.
We are using POST operation.
Please suggest.
Regards
Manish