Configure Windows 10 WAMP PHP to connect to SQLServer 2008 -


i have been spending days on project trying connect database , have reached of stand still. i'm hoping has experience this.

i have been given remote desktop credentials windows server(r) 2008 box. there database running on machine, , client pull data out of domain - running sqlserver 2008.

as test trying connect via local wamp install. able following .dll's running in local php after downgrading 32 bit version: - php_pdo_sqlsrv_55_ts.dll - php_sqlsrv_55_ts.dll

however, when try use pdo or sqlsrv_connect function connect, receive error message:

sqlstate[imssp]: extension requires microsoft odbc driver 11 sql server communicate sql server. access following url download odbc driver 11 sql server x86: http://go.microsoft.com/fwlink/?linkid=163712 

when try download , install microsoft odbc driver 11 (https://www.microsoft.com/en-us/download/details.aspx?id=36434) - receive following error message:

installation of product failed because not supported on operating system. information on supported configurations, see product documentation.  

my question is, there way connect sqlserver 2008 database wamp install on windows 10 machine? - far can tell not supported on windows 10.

thank time.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -