Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Request and response Oracle › Request and response Oracle
November 17, 2005 at 4:07 AM
#12319
What I have done in the past is just use a .net componet that is called by an Orchestation. It just used System.Data.OracleClient. First it checked if the record existed. Then, it did either an update or an insert. In total, it was about 40 lines of code.
It worked well if you didn’t want to get an Oracle Adapter and were not under a high load.