on 2017 May 30 11:31 AM
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);)
Request clarification before answering.
I haven't tried it myself, but a similar question was answered here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am fairly certain that the object-oriented methods are not supported by the SQL Anywhere driver.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the opensource FreeTDS driver module comes with support object orient using php odbc, the sybase are stalled in MS IIS focused
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
52 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.