uepg / laravel-sybase

Connection and Laravel Eloquent driver for Sybase
GNU General Public License v2.0
33 stars 16 forks source link

Any Configuration missing? It uses [Microsoft][ODBC Driver 17 for SQL Server] #87

Open kikig1 opened 3 weeks ago

kikig1 commented 3 weeks ago

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

kikig1 commented 2 weeks ago

Has anyone any idea, what to try?

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.