![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I don't know if this is a good place to ask but I take my chances. I have small project on my hands. I have two databases. One containing data about people and their interests and the other one with where to find information that could interest those people. Now I need to write some kind of program probably in C++ or something like that to cross-reference those two databases and send, let say, emails to people that could be interested in that information. It's the first time I'm doing the project like that so I'm looking for any references to this kind of database programming or anything that could help me. Thank you very much. Ralph |
#3
| |||
| |||
|
|
rzajac (AT) gmail (DOT) com wrote: Now I need to write some kind of program probably in C++ or something like that to cross-reference those two databases and send, let say, emails to people that could be interested in that information. I don't have any specific solution for you, but I would suggest it would be easier if all the information was in one database. Then you could use the power of SQL ... |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
So it is possible to cross reference data from two databases just using SQL queries? |
#6
| |||
| |||
|
|
I don't know if this is a good place to ask but I take my chances. I have small project on my hands. I have two databases. One containing data about people and their interests and the other one with where to find information that could interest those people. |
|
Now I need to write some kind of program probably in C++ or something like that to cross-reference those two databases and send, let say, emails to people that could be interested in that information. |
|
It's the first time I'm doing the project like that so I'm looking for any references to this kind of database programming or anything that could help me. |
#7
| |||
| |||
|
|
rzajac (AT) gmail (DOT) com wrote: So it is possible to cross reference data from two databases just using SQL queries? Like I said, it depends on the RDBMS software implementation you are using. Are you using MySQL? That's the only one I know supports cross-database joins, but there may be others. |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
I have two separate databases. I never did something like that before so I'm just asking where should I go from here - what books would you suggest or maybe some online tutorials. |
![]() |
| Thread Tools | |
| Display Modes | |
| |