MDB2 connet to multiple MySQL databases
2011-02-06 by xpheas
If you connet to multiple databases MDB2 uses only the first db.
To fix the issue add "new_link=true" to the DSN.
To fix the issue add "new_link=true" to the DSN.
CODE-Code:
| mysql://username:password@server/database?new_link=true |
« back
its true. in some documents referes to 'new link' but dont say how to use it.
your format is correct.
thanks again.