Using two different database data in one application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mohana123
    New Member
    • Jun 2008
    • 7

    Using two different database data in one application

    Hi,

    Can I able to use two different databases in a asp application i.e one database is sqlserver that is installed in US and other is Mysql server in India? Is it possible? Please provide your comments and ideas.

    Actually we have developed an application in asp with sql server and now we would like to develop reports based on the data stored in mysql server of another application and our sql server.

    Mona
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Yes. Your connection object on your ASP apps should have a server setting. However, you have to consider security aspects of your apps and data.

    -- CK

    Comment

    Working...