Looking for a good implementation that will access multiple databases simultaneously
Posted
by eibhrum
on Stack Overflow
See other posts from Stack Overflow
or by eibhrum
Published on 2010-04-30T14:25:12Z
Indexed on
2010/04/30
14:37 UTC
Read the original article
Hit count: 264
I just want to find out if there's a good implementation (in C#/ASP.NET) on how to access my records from my different databases simultaneously. I have this simple application which suppose to search on these databases, then, display the record if a certain keyword is matched.
I have like 5 databases (currently using MySQL) all in all and will be expanding it on the future (might be changing to SQL Server). I am fully aware on how to search on a single database, while I'm still learning how do it in multiple databases.
Any tips, comments or suggestions?
© Stack Overflow or respective owner