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)
Connecting to both mssql and mysql?
Collapse
X
-
Tags: None
-
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. -
that you could have in the same place with different connection string
read more abt that in my blog
Prabir Choudhury’s blog
My SiteComment
Comment