Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Merging/mapping and or integrate on database level

 
   Database Forums (Home) -> General Discussion RSS
Next:  String Question  
Author Message
OSteine

External


Since: Mar 03, 2011
Posts: 1



(Msg. 1) Posted: Thu Mar 03, 2011 12:12 am
Post subject: Merging/mapping and or integrate on database level
Archived from groups: comp>databases (more info?)

I've got the following scenario:

Two applications with their own database needs to be integrated on
some common basic data (let's say person data). When the ApplicationA
enters a new users, this user should also be available in
ApplicationB.

Using a replication method, I've completed the flow of data between
the databases, so that all tables are available in the database schema
for ApplicationB.

personA [id_person {int}, sur_name {varchar40}, last_name{varchar40}]
- table definition
personB [id {char10}, fullname{varchar60}, lastname{20}, surname{40}]
- table definition

What would be the best approach to share the data between the two
application?

1. Adjust (if possible) ApplicationB to use the personA table?
2. Use a interface table int_person which may be used to map and
distribute data between the tables
3. Other solutions???

 >> Stay informed about: Merging/mapping and or integrate on database level 
Back to top
Login to vote
Jasen Betts

External


Since: Jan 08, 2009
Posts: 2



(Msg. 2) Posted: Wed Mar 09, 2011 6:25 am
Post subject: Re: Merging/mapping and or integrate on database level [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2011-03-03, OSteine wrote:

> 1. Adjust (if possible) ApplicationB to use the personA table?
> 2. Use a interface table int_person which may be used to map and
> distribute data between the tables
> 3. Other solutions???

I would look at using an updatable view with one of the applications
(or both) this is of course non-standard, and so details depend on
the database you are using.

--
⚂⚃ 100% natural

 >> Stay informed about: Merging/mapping and or integrate on database level 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
object mapping to database - Hi, My problem is one of application design. I have some objects in my application which map to tables in database. I used C# and mssql but that's not important. The database is needed only for storing the results/objects at the end of the program...

ER to Relation Mapping question - Hi All, If there is a better place to post this query then please let me know. Otherwise: I'm trying to grasp the process of mapping an ER diagram into a set of relations. There is a well documented 7 step process for this, for example: ..

i'm looking for a database - do you know if exists a database for pocketpc running windows mobile 2k3? i mean a real stand-alone dbms........... t.i.a.

ACT database - Is anyone here familiar with a user's group for ACT database, better known as ACT for Windows? Thanks, Willy

Which Database - Hello I am writing an application that will require database access. This application will be deployed onto users machines, often using portable equipment such as laptops. Before I can begin writing the application I need to research the available..
   Database Forums (Home) -> General Discussion All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]