Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI 3.1.2 + PDO stored procedures issue
Post: CI 3.1.2 + PDO stored procedures issue

Hello All, I found another big issue. I can not get result of stored procedure. When I call stored procedure I have no return any values but procedure return value. I use CI 3.1.2 PDO driver for mssq...
2,974 Views
1 Replies
12-21-2016, 01:22 AM
grego
    Thread: PDO driver issue - multiple insert
Post: RE: PDO driver issue - multiple insert

Diederik Wrote: (12-19-2016, 07:16 AM) -- The CI 2.x branch has been 'End Of Life' since October 2015. In my opinion you should spend some time to upgrade your application to the 3.x branch before yo...
3,878 Views
2 Replies
12-19-2016, 08:27 AM
grego
    Thread: PDO driver issue - multiple insert
Post: PDO driver issue - multiple insert

Hello All, Can anybody help me? I am using CI 2 with my mssql database. I have a big problem with PDO driver. I can't insert any data to database because of duplicate data in database. If I use a cod...
3,878 Views
2 Replies
12-19-2016, 06:32 AM
grego
    Thread: Database name problem - not possible choice dbname
Post: RE: Database name problem - not possible choice db...

dsv Wrote: (12-13-2016, 03:49 PM) -- grego Wrote: (12-13-2016, 02:30 AM) -- PHP Code: -- class Mssql_model extends CI_Model {          function __construct()     {         parent::__construct(...
4,259 Views
2 Replies
12-14-2016, 12:34 AM
grego
    Thread: Database name problem - not possible choice dbname
Post: Database name problem - not possible choice dbname

Hello All, I have a big issue with database settings. it's my setting below: PHP Code: -- $db['default'] = array(         'dsn'   => '',         'hostname' => 'sqlsrv:server=xxx.xxx.xxx.xxx', ...
4,259 Views
2 Replies
12-13-2016, 02:30 AM
grego

Theme © iAndrew 2016 - Forum software by © MyBB