Home Page › Forums › BizTalk 2004 – BizTalk 2010 › BizTalk and MS Access › Re: BizTalk and MS Access
September 1, 2010 at 7:53 AM
#25838
well, it depends on the integration pattern that you want to achieve,
for example, if you want to integrate with any MS access database no matter what design/tables it holds, you might end up writting your own WCF LOB adapter (which is not that difficult)
but if you want to integrate with a certain database, you can write ur own wrapper (Class library, Web Service, Or WCF service) using office APIs