Does anyone here using Cakeph 1.3 and firebird sucessullly?
i'm using the datasource from github, but it ain't work.

i'm this notice

Notice (8): Undefined index: tglclient 
[APP/plugins/datasources/models/datasources/dbo/dbo_firebird.php, line 514]

and i can't retrieve any data.

my model

class Tglclient extends AppModel {
    var $name = 'Tglclient';
        var $useDbConfig = 'dealer';
        var $useTable = 'TGLCLIENT';
        var $primaryKey = 'CLIENTNRO';
    var $displayField = 'CLIENTNOMRAZAO';
}

my database
    var $dealer= array(
            'driver' => 'Datasources.DboFirebird', 
            'persistent' => false,
            'host' => 'xxxx.xxxxx.com.br', 
            'login' => 'xxxxxxx',
            'password' => 'xxxxxx',
            'database' => '/xxx/dealer.fdb', 
            'port'=> '3051',
            'connect' => 'ibase_connect'
        )
thanks in advanced.

marcelo

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.


Reply via email to