on 2017 Dec 20 10:17 AM
Hi
We are trying config our environment ( Linux websrv01 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64 PHP Version 7.0.26-1~dotdeb+8.2) to connect to SyBase 16
With
$connection = new PDO("dblib:version=8;charset=UTF-8;host=".$host.":".$port.";dbname=".$dbname, $username, $password)
we get this error: « SQLSTATE[] (null) (severity 0) »
and with this:
$connection = new PDO("sybase:host=".$host.":".$port.";dbname=".$dbname, $username, $password);
result in « could not find driver »
but we get the driver from debian packages php7.0
Any tips?
Thanks
William
User | Count |
---|---|
68 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.