php - Connect Symfony to a Sybase Database -
just before started, have been trying figure out , have clicked every google link there , have read other questions on nothing worked me.
is there way connect existant sybase ase database i've tried sqlanywhere
, sqlsrv
, pdo_dblib
exceptions example attempted call function "sasql_connect" namespace "doctrine\dbal\driver\sqlanywhere".
when use sqlanywhere
i'm using symfony 2.8 php 5.5 on windows , tried php 5.6 on ubuntu , it's same
thanks help
your question low on specifics. apparently you're connecting sybase sqlanywhere? (and not sybase ase or sybase iq). also, other relevant details missing.
anyway, sql anywhere, best use sa jdbc 4.0 driver (sajdbc4.jar), rather jconnect. more info, see http://dcx.sap.com/index.html#sa160/en/dbprogramming/choosing-jdbc-jdbc.html.
Comments
Post a Comment