Subject | R: [firebird-support] Re: FB 3.0 and PHP connection |
---|---|
Author | palberto@libero.it |
Post date | 2016-04-26T15:16:08Z |
Hi,
also with this format I've got the same result (=NULL) :-(
Best Regards
----Messaggio originale----
Da: rik@... [firebird-support] <firebird-support@yahoogroups.com>
Data: 26/04/2016 17.03
A: <firebird-support@yahoogroups.com>
Ogg: [firebird-support] Re: FB 3.0 and PHP connection
You could try separating the hostname from the database location (passing the hostname with host=).
I have this:$conn = new PDO("firebird:host=$databasehost;dbname=$databasename;charset=utf8", $databaseuser, $databasepass);