Welcome Guest, Not a member yet? Register   Sign In
database dbutil() function error
#1

[eluser]gulan[/eluser]
Hi all,

Im connecting 2 databases using the following command

$DB1 = $this->load->database('default', TRUE);
$DB2 = $this->load->database('second', TRUE);

Im able to connect to both databases no issue with this.
but problem is I want to take back up of second DB, thats not my default DB, using

$this->load->dbutil();
$backup =& $this->dbutil->backup();

but im getting backup of my default DB???

anyone please tell me where I am wrong???

Thanks
gulan




Theme © iAndrew 2016 - Forum software by © MyBB