Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Loading a SQL file to run queries.
Post: RE: Loading a SQL file to run queries.

I figured out the issue to this. In the SQL file I needed to redeclare the params again in the code. Because of the complexity of having multiple statements firing, the datatype of the params are ...
1,893 Views
1 Replies
05-31-2018, 09:39 AM
htaningco
    Thread: Loading a SQL file to run queries.
Post: Loading a SQL file to run queries.

So I have the following.. I am trying to load a SQL file like this. $params = array(   'foo' => 'test',   'bar' => 'case' ); $filename = 'test.sql'; $sql = $this->load->file($filename, true)...
1,893 Views
1 Replies
05-24-2018, 07:37 PM
htaningco

Theme © iAndrew 2016 - Forum software by © MyBB