the problem is that there are 2 applications already with databases, one of them is for detailed infromation on the customer (flowfact, MS SQL, DB1), the otherone is for the services and products sold to the customer (levelup, pervasive, DB2), now i want that when a new customer is put into DB2 also the same information is put into DB1, but not the other way arround. same thing for updating. (stuff like: custumer id, name, address, zip, city, bank information, etc.)
all the customer information from db2 was put into db1 with export/import functions... and the customer id is the same... the application of db1 is quite bad and doesnt support any plug-ins or stuff like that...
i hope the idea is clear...