How to resolv mutil database connect which is diffenet db type? |
[eluser]Pascal Kriete[/eluser]
By passing in the TRUE you're telling CI to return the database object. $this->db will still reference the old version. Code: $msdb = $this->load->database($config,TRUE); And just out of curiosity, why do you have two vastly different databases? |
Messages In This Thread |
How to resolv mutil database connect which is diffenet db type? - by El Forum - 05-08-2008, 09:49 AM
How to resolv mutil database connect which is diffenet db type? - by El Forum - 05-08-2008, 10:03 AM
How to resolv mutil database connect which is diffenet db type? - by El Forum - 05-08-2008, 10:17 AM
How to resolv mutil database connect which is diffenet db type? - by El Forum - 05-08-2008, 07:34 PM
How to resolv mutil database connect which is diffenet db type? - by El Forum - 05-09-2008, 06:43 AM
How to resolv mutil database connect which is diffenet db type? - by El Forum - 05-09-2008, 10:30 AM
How to resolv mutil database connect which is diffenet db type? - by El Forum - 05-09-2008, 01:47 PM
How to resolv mutil database connect which is diffenet db type? - by El Forum - 07-11-2008, 03:16 AM
|