I'm using OraDirect .NET 3.55. I Have Some problem when developing.
1. When I'm using OracleDataTable and set InsertCommand, UpdateCommand and DeleteCommand together using my OracleCommandBuilder, and I 'm calling Update method a SystemNullRefference Exception is Occured... Why This Happen? But when I'm only set Update Command the update method is successfuly exceuted
2. I'm getting Concurrency Error when using Oracle Command Builder and OracleDataTable that said 0 Row Updated 1 Expected
3. How can I Retrieve the default value in OracleDataTable that have been set in Oracle Table
4. Is there any other way to AddRelation using OracleDataTable beside using dataset?
5. Why OracleCommandBuilder always generate UpdateCommand with WHERE clause is not only the Primary Key for UpdatingRecord. It's always generate all field for WHERE clause. In ODAC if I'm not wrong it is using RowID for WHERE clause.
Thanks for your Support...
Please Help because My Project Is Stuck...
