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
When i try to select anything i get: SQLSTATE[08001]: [Microsoft][ODBC Driver 17 for SQL Server]Client unable to establish connection because an error was encountered during handshakes before login. Common causes include client attempting to connect to an unsupported version of SQL Server, server too busy to accept new connections or a resource limitation (memory or maximum allowed connections) on the server.
I've installed MS SQL drivers in another project.
Mybe the tool uses the first installed external driver?
How to use sybase?
When i change 'driver' => 'sybasease' to anything else i get driver not found. But where and how should i configure 'sybasease'?
Many thanks for any tip
best regards
The text was updated successfully, but these errors were encountered:
Is it correct, that there is a message from mycrosoft sql? Must there be anything else installed?
Many thanks for each Tipp and sorry for my bad english.
best regards.
I've installed "uepg/laravel-sybase": "~4.0".
When i try to select anything i get:
SQLSTATE[08001]: [Microsoft][ODBC Driver 17 for SQL Server]Client unable to establish connection because an error was encountered during handshakes before login. Common causes include client attempting to connect to an unsupported version of SQL Server, server too busy to accept new connections or a resource limitation (memory or maximum allowed connections) on the server.
I've installed MS SQL drivers in another project.
Mybe the tool uses the first installed external driver?
How to use sybase?
When i change 'driver' => 'sybasease' to anything else i get driver not found. But where and how should i configure 'sybasease'?
Many thanks for any tip
best regards
The text was updated successfully, but these errors were encountered: