Click here to Skip to main content
15,885,053 members
Home / Discussions / Database
   

Database

 
GeneralRe: remote server insert update delete Pin
Krish - KP4-Mar-07 22:19
Krish - KP4-Mar-07 22:19 
QuestionI need help Data Access Application Block and MS Access Pin
Sendilkumar.M2-Mar-07 2:44
Sendilkumar.M2-Mar-07 2:44 
AnswerRe: I need help Data Access Application Block and MS Access Pin
Frank Kerrigan2-Mar-07 5:49
Frank Kerrigan2-Mar-07 5:49 
GeneralRe: I need help Data Access Application Block and MS Access Pin
Sendilkumar.M5-Mar-07 16:53
Sendilkumar.M5-Mar-07 16:53 
QuestionAdding from a table to other Pin
ArielR2-Mar-07 2:25
ArielR2-Mar-07 2:25 
AnswerRe: Adding from a table to other Pin
Colin Angus Mackay2-Mar-07 2:39
Colin Angus Mackay2-Mar-07 2:39 
GeneralRe: Adding from a table to other Pin
Frank Kerrigan2-Mar-07 5:49
Frank Kerrigan2-Mar-07 5:49 
QuestionJoining tables from different databases Pin
Alex Feature2-Mar-07 0:50
Alex Feature2-Mar-07 0:50 
Hey guys.

I was wondering if it is possible to join two tables from different databases together.

Here is what I want to do:

TableAdapter1 would get data from file AccessDB1, from Table1.
TableAdapter2 would get data from file AccessDB2, from Table2.

Once this is done, I want to join/merge/connect the two tables together in a new DataTable in memory and be able to query this new table.

An example of what I want to do is this:

I have two Access files. The first contains Table1 that has a date column and a value column. The second Access file contains Table2 that has a date column and an exchange rate column.
What I want to do is to produce a new table in memory (i.e. Datatable) that will contain a date column, a value column, and exchange rate column, AND a new column ExchangedValue that will contain the results of value column * exchange rate column.

Can this be done? The concern here is the fact that the two tables where taken from different database files.

Thanks and regards..


The perfect code is always in your head...it just a matter of how hard you bang your head against the wall to get it out!

AnswerRe: Joining tables from different databases Pin
Frank Kerrigan2-Mar-07 5:53
Frank Kerrigan2-Mar-07 5:53 
Questionsql database Pin
taherjaorawala1-Mar-07 23:33
taherjaorawala1-Mar-07 23:33 
AnswerRe: sql database Pin
Colin Angus Mackay1-Mar-07 23:49
Colin Angus Mackay1-Mar-07 23:49 
GeneralRe: sql database Pin
taherjaorawala2-Mar-07 0:01
taherjaorawala2-Mar-07 0:01 
GeneralRe: sql database Pin
Krish - KP2-Mar-07 0:12
Krish - KP2-Mar-07 0:12 
GeneralRe: sql database Pin
Colin Angus Mackay2-Mar-07 0:20
Colin Angus Mackay2-Mar-07 0:20 
Questioncopy sql data base to some other machine Pin
chandru701-Mar-07 20:38
chandru701-Mar-07 20:38 
AnswerRe: copy sql data base to some other machine Pin
chandru701-Mar-07 20:42
chandru701-Mar-07 20:42 
AnswerRe: copy sql data base to some other machine Pin
Krish - KP1-Mar-07 22:42
Krish - KP1-Mar-07 22:42 
GeneralRe: copy sql data base to some other machine Pin
chandru701-Mar-07 23:12
chandru701-Mar-07 23:12 
GeneralRe: copy sql data base to some other machine Pin
chandru703-Mar-07 20:30
chandru703-Mar-07 20:30 
GeneralRe: copy sql data base to some other machine Pin
Krish - KP4-Mar-07 21:44
Krish - KP4-Mar-07 21:44 
QuestionRe: copy sql data base to some other machine Pin
chandru704-Mar-07 23:56
chandru704-Mar-07 23:56 
AnswerRe: copy sql data base to some other machine Pin
Krish - KP5-Mar-07 2:49
Krish - KP5-Mar-07 2:49 
GeneralRe: copy sql data base to some other machine Pin
chandru705-Mar-07 16:35
chandru705-Mar-07 16:35 
GeneralRe: copy sql data base to some other machine Pin
chandru705-Mar-07 16:43
chandru705-Mar-07 16:43 
AnswerRe: copy sql data base to some other machine Pin
alexrad2-Mar-07 22:20
alexrad2-Mar-07 22:20 

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.