Welcome Guest, Not a member yet? Register   Sign In
help with Firebird and CI 1.7.x
#1

[eluser]jozeunico[/eluser]
Hi everyone and thanks for your time before at all.

Somebody Knows how to connect to Firebird 2.1 with CI 1.7.x I tried with JJB driver but I couldn't make it works. page 2 ->http://ellislab.com/forums/viewthread/111989/

I follow the readme file but didn't work for me.

While I'm writing this I still get this message error:

Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined property: CI_DB_ibase_driver::$char_set

Filename: ibase/ibase_driver.php

Line Number: 105

Well any help I'll be really gratefull.

My config/database.php looks like:
Code:
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "SYSDBA";
$db['default']['password'] = "masterkey";
$db['default']['database'] = "C:\test.fdb";
$db['default']['dbdriver'] = "ibase";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
$db['default']['dialect'] = 3;
I'm going to try uncomment this:
Code:
;extension=php_interbase.dll
and this
Code:
;extension=php_pdo_firebird.dll

In my php.ini but I don't know if it will make any difference (I tried but I need *.dll's files just let me search for them)




Theme © iAndrew 2016 - Forum software by © MyBB