|
Home > Archive > BizTalk Server General > December 2004 > Custom adapter for oracle datasource
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Custom adapter for oracle datasource
|
|
|
| Hi,
I would need to build a custom adapter to connect to a oracle data source. I
would need to poll the oracle data source on regular intervals, pull the data
in to my orchestration, apply some business rules, and then update / delete
records in Oracle tables.
Any sample code of building a customer adapter for oracle will be very very
helpful. The requirement is quite urgent and i am relying heavily on HELP to
proceed further.
Many thanks
regards,
red
| |
| Nabeel Prior 2004-12-23, 7:46 am |
| Why not consider a 3rd-party adapter if you are in a rush. Developing an
adapter is not difficult, but it is time consuming, and you may run into
problems with performance later on. An excellent Oracle adapter is the one
available at: http://www.topxml.com/biztalkutilities/biztalk2004.asp
Alternatively, if you want to develop your own, utilise the Adapter Wizard,
available at:
http://www.gotdotnet.com/Community/...68-1aa9456b6ca0
--
Kind Regards,
Nabeel Prior
Web: http://www.brainjar.co.za
Blog: http://www.brainjar.co.za/blog.aspx
"red" <red@discussions.microsoft.com> wrote in message
news:29964997-2588-4A89-B17B-246791AC9E7D@microsoft.com...
> Hi,
>
> I would need to build a custom adapter to connect to a oracle data source.
> I
> would need to poll the oracle data source on regular intervals, pull the
> data
> in to my orchestration, apply some business rules, and then update /
> delete
> records in Oracle tables.
>
> Any sample code of building a customer adapter for oracle will be very
> very
> helpful. The requirement is quite urgent and i am relying heavily on HELP
> to
> proceed further.
>
> Many thanks
>
> regards,
> red
|
|
|
|
|