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.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.