Click here to Skip to main content
15,911,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
using applications( windows or web applications ) we can store the data in both database at a time (sql and as well as mysql) it is possible? how it possible?
Explain with one example?
Posted

Yes. just you need to use 2 connection object for SQL and MTSQL respectively.
 
Share this answer
 
Comments
sumanthgorantala 27-Dec-11 23:24pm    
k i give two connections but at a time it will insert into two database like(insert,update,delete)
There is nothing to prevent using multiple databases in an application. You would need to add the appropriate entries in the config files under the connectionStrings element.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900