Click here to Skip to main content
15,897,519 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionDesign Issue Pin
asarpe12-Jul-07 22:50
asarpe12-Jul-07 22:50 
AnswerRe: Design Issue Pin
Pete O'Hanlon12-Jul-07 23:20
mvePete O'Hanlon12-Jul-07 23:20 
QuestionTrue or False Flags: best practices Pin
SSMERK00712-Jul-07 2:18
SSMERK00712-Jul-07 2:18 
GeneralRe: True or False Flags: best practices Pin
Emmanouil12-Jul-07 2:58
Emmanouil12-Jul-07 2:58 
AnswerRe: True or False Flags: best practices Pin
Pete O'Hanlon12-Jul-07 3:22
mvePete O'Hanlon12-Jul-07 3:22 
AnswerRe: True or False Flags: best practices Pin
Luc Pattyn12-Jul-07 5:39
sitebuilderLuc Pattyn12-Jul-07 5:39 
GeneralRe: True or False Flags: best practices Pin
SSMERK00712-Jul-07 5:56
SSMERK00712-Jul-07 5:56 
QuestionData collection and mapping Pin
patelash0111-Jul-07 10:22
patelash0111-Jul-07 10:22 
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

AnswerRe: Data collection and mapping Pin
Pete O'Hanlon11-Jul-07 10:53
mvePete O'Hanlon11-Jul-07 10:53 
QuestionMalloc & Page File Pin
Mr Simple9-Jul-07 9:59
Mr Simple9-Jul-07 9:59 
AnswerRe: Malloc & Page File Pin
Mr Simple9-Jul-07 10:03
Mr Simple9-Jul-07 10:03 
GeneralRe: Malloc & Page File Pin
Luc Pattyn9-Jul-07 10:11
sitebuilderLuc Pattyn9-Jul-07 10:11 
GeneralRe: Malloc & Page File Pin
Mr Simple9-Jul-07 22:10
Mr Simple9-Jul-07 22:10 
GeneralRe: Malloc & Page File Pin
Luc Pattyn10-Jul-07 0:50
sitebuilderLuc Pattyn10-Jul-07 0:50 
GeneralRe: Malloc & Page File Pin
Mr Simple10-Jul-07 5:19
Mr Simple10-Jul-07 5:19 
GeneralRe: Malloc & Page File Pin
Dan Neely10-Jul-07 5:37
Dan Neely10-Jul-07 5:37 
GeneralRe: Malloc & Page File Pin
Mr Simple10-Jul-07 5:44
Mr Simple10-Jul-07 5:44 
GeneralRe: Malloc & Page File Pin
Dan Neely10-Jul-07 7:09
Dan Neely10-Jul-07 7:09 
AnswerRe: Malloc & Page File Pin
Stephen Hewitt9-Jul-07 14:07
Stephen Hewitt9-Jul-07 14:07 
AnswerRe: Malloc & Page File Pin
Emmanouil12-Jul-07 3:22
Emmanouil12-Jul-07 3:22 
GeneralRe: Malloc & Page File Pin
Luc Pattyn12-Jul-07 7:27
sitebuilderLuc Pattyn12-Jul-07 7:27 
GeneralRe: Malloc & Page File Pin
Emmanouil12-Jul-07 7:58
Emmanouil12-Jul-07 7:58 
QuestionYour help is greatly appreciated Pin
columbiasmiles9-Jul-07 7:30
columbiasmiles9-Jul-07 7:30 
Questionadding elements in alphabetical order to a hashtable that deals with collisions using java Pin
claudinawales8-Jul-07 23:28
claudinawales8-Jul-07 23:28 
AnswerRe: adding elements in alphabetical order to a hashtable that deals with collisions using java Pin
Luc Pattyn9-Jul-07 10:56
sitebuilderLuc Pattyn9-Jul-07 10:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.