cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

object-oriented connection with php

Former Member
0 Likes
4,747
Hi,
I have several systems using php with my sybase sqlanywere DB, but I allways use the old connection string/method. 
Ex. $con = sasql_connect( "UID=DBA;PWD=xxx;Host=BDserver;ServerName=DB");
I am trying to migrate all my systems to Object Oriented, and cound not find information about how to connect to my sybase DB with OO aproach. 
Like ($conn = new mysqli($servername, $username, $password);)
View Entire Topic
Former Member
0 Likes

the opensource FreeTDS driver module comes with support object orient using php odbc, the sybase are stalled in MS IIS focused