Welcome Guest, Not a member yet? Register   Sign In
Can't select MSSQL table
#8

Thanks for all your support.
The config of the database and codeigniter is correct and the error was, that I have a primary database (SQLite) and the second MSSQL Database and I always tried to connect to the SQLite database.


PHP Code:
public function __construct()
 
 {
 
   $this->mssql_db $this->load->database('lardis_mssql'TRUE);
 
 }

 
 public function get_tetra_log()
 
 {

 
 $get_where_array = array(
 
     "RadioID" => "******-*****-*****-****-**********"
 
 );

 
   $query $this->mssql_db->get_where('Events'$get_where_array);
 
   return $query->result_array();
 
 
Reply


Messages In This Thread
Can't select MSSQL table - by wuk986 - 12-10-2018, 11:26 AM
RE: Can't select MSSQL table - by InsiteFX - 12-11-2018, 09:28 AM
RE: Can't select MSSQL table - by wuk986 - 12-11-2018, 10:51 AM
RE: Can't select MSSQL table - by InsiteFX - 12-11-2018, 12:53 PM
RE: Can't select MSSQL table - by wuk986 - 12-15-2018, 07:25 AM
RE: Can't select MSSQL table - by InsiteFX - 12-15-2018, 09:51 AM
RE: Can't select MSSQL table - by wuk986 - 12-15-2018, 10:38 AM
RE: Can't select MSSQL table - by wuk986 - 12-18-2018, 11:55 AM
RE: Can't select MSSQL table - by oliverfinn556 - 12-24-2018, 12:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB