Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. Data collection and mapping

Data collection and mapping

Scheduled Pinned Locked Moved Design and Architecture
questiondatabasedesignhelptutorial
2 Posts 2 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    patelash01
    wrote on last edited by
    #1

    Hi All, I am looking for very efficient solution for this problem. Here is my problem description - I have serveral database, from which I have to pull data (All databases differ in physical design implementation), and insert them in standardized common database. Let me give you an example Database - 1 Table - 1 Col_1 - int Col_2 - text Col_3 - float Database - 2 Table - 2 Col_1 - int Col_2 - int Col_3 - float Col_4 - text Col_5 - text Common database col_1 (id) - int col_2 - int col_3 - float col_4 - text So mapping between database - 1 and common database would be col_1 --> col_2 col_2 --> col_4 col_3 --> col_3 and between database - 2 and commond database would be col_1 --> col_2 col_2 --> col_2 col_3 --> col_3 col_4 --> col_4 col_5 --> col_4 How can I achive this? One more thing, this mapping can be changed during runtime. Thanks, Ashish Patel

    P 1 Reply Last reply
    0
    • P patelash01

      Hi All, I am looking for very efficient solution for this problem. Here is my problem description - I have serveral database, from which I have to pull data (All databases differ in physical design implementation), and insert them in standardized common database. Let me give you an example Database - 1 Table - 1 Col_1 - int Col_2 - text Col_3 - float Database - 2 Table - 2 Col_1 - int Col_2 - int Col_3 - float Col_4 - text Col_5 - text Common database col_1 (id) - int col_2 - int col_3 - float col_4 - text So mapping between database - 1 and common database would be col_1 --> col_2 col_2 --> col_4 col_3 --> col_3 and between database - 2 and commond database would be col_1 --> col_2 col_2 --> col_2 col_3 --> col_3 col_4 --> col_4 col_5 --> col_4 How can I achive this? One more thing, this mapping can be changed during runtime. Thanks, Ashish Patel

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      Well - for a start, you might want to try posting in only one forum. Go ahead, pick one.

      Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups