MySql .. More than one database?
#2

Yes, you just need to make sure you're keeping the database connection ID's different.

So, doing dataHandle1 = mysql_connect(...); and dataHandle2 = mysql_connect(...); will connect to two different things.
Reply


Messages In This Thread
MySql .. More than one database? - by iJumbo - 01.05.2013, 20:13
Re: MySql .. More than one database? - by Scenario - 01.05.2013, 20:14
Re: MySql .. More than one database? - by iJumbo - 01.05.2013, 20:37
Re: MySql .. More than one database? - by Scenario - 01.05.2013, 20:43

Forum Jump:


Users browsing this thread: 1 Guest(s)