mssql & odbc drivers

hajcc

New Member
Messages
3
Reaction score
0
Points
1
Hi guys

i have to connect a mssql db with php

i already know that i need to activate odbc & mssql driver to get connected

but after many efforts i get failed

Connection failed: could not find driver

please help
 

Anna

I am just me
Staff member
Messages
11,733
Reaction score
578
Points
113
Last I checked MSSQL was MicroSoftSQL
This is not installed on our servers, they use MariaDB (compatible with mySQL), you would not be able to use MSSQL on our hosting

Our servers use a flavor of Linux as operating system.
 

hajcc

New Member
Messages
3
Reaction score
0
Points
1
Hi Aanna

thanks for replay
i think you don't understand my question
there is a choices in the control panel to choose PHP Extensions, one of them is pdo_sqlsrv
this Extensions used to connect with an external MicroSoftSQL Servers via PHP
please take a look & inform me

thanks again :)
 

spacresx

Community Advocate
Community Support
Messages
2,182
Reaction score
195
Points
63
maybe mines different but i dont see a pdo_sqlsrv
i see like pdo_sqlite, pdo_pgsql this is using php version 8.0

which php version are you using ?
 

Eric S

Administrator
Staff member
Messages
836
Reaction score
119
Points
43
Hi Aanna

thanks for replay
i think you don't understand my question
there is a choices in the control panel to choose PHP Extensions, one of them is pdo_sqlsrv
this Extensions used to connect with an external MicroSoftSQL Servers via PHP
please take a look & inform me

thanks again :)
External Sql connection is not officially supported within our free hosting packages.
 
Top