Database Integration is the process of integrating systems at the database level.
It is one of the three techniques of
EnterpriseApplicationIntegration. The good news is that most modern applications have ways you can get directly at the database (via
StructuredQueryLanguage).
The bad news is that you can't share
BusinessProcesses when you use Database Integration.
--
DanMcCreary
This is great when you have systems which use a common database and can all use SQL. Some systems aren't set up in this manner (notably, the systems which require lots of COBOL hacking just to dig up the data you need).
WhatHappened since page last updated in July 2000? I have heard of an
IbmCorporation led Xperanto initiative from an Infoworld article in 2003, but have not heard anything since. Flash in the pan? --dl
Maybe in 2004
DatabaseIntegration should be renamed as
DataIntegration instead? I am thinking of nontraditional data sources such as security services, Rss feeds, etc.
For an example of a "real-life" problem scenario, see
JonUdell article at
http://www.computerworld.co.nz/cw.nsf/0/1AEC8BC9EF29E419CC256EA60006EA28?OpenDocument