You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch makes it possible to connect to a SQL Anywhere database without having to specify host and/or server connection parameter.
The original assumption that the server parameter is necessary to connect to the database was wrong. It is only required if the host is running multiple named server instances and a specific instance should be connected to.
Also if the host parameter is not specified, it will default to localhost now.
The LINKS DSN parameter was replaced by the simpler and encouraged HOST parameter as the LINKS parameter is only required if you want to pass specific TCP/IP options.
The text was updated successfully, but these errors were encountered:
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of deeky666:
Url: #777
Message:
This patch makes it possible to connect to a SQL Anywhere database without having to specify
host
and/orserver
connection parameter.The original assumption that the
server
parameter is necessary to connect to the database was wrong. It is only required if the host is running multiple named server instances and a specific instance should be connected to.Also if the
host
parameter is not specified, it will default tolocalhost
now.The
LINKS
DSN parameter was replaced by the simpler and encouragedHOST
parameter as theLINKS
parameter is only required if you want to pass specific TCP/IP options.The text was updated successfully, but these errors were encountered: