Connecting to both mssql and mysql?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mikek12004
    New Member
    • Sep 2008
    • 200

    Connecting to both mssql and mysql?

    Is it possible to have two connections at the same time one at mysql and one at mssql or the 2nd connection will automatically close the 1st (cause I need data from both)
  • code green
    Recognized Expert Top Contributor
    • Mar 2007
    • 1726

    #2
    Yes you can with no problems.
    MySql uses mysql_.. functions wheras mssql uses mssql_....
    Be careful not to confuse the two.
    You can also have more than one connection to MySql or MsSql
    at the same time, but you must always quote the relevant resource.

    Comment

    • prabirchoudhury
      New Member
      • May 2009
      • 162

      #3
      that you could have in the same place with different connection string

      read more abt that in my blog



      Prabir Choudhury’s blog
      My Site

      Comment

      Working...