Looking to install Microsoft SQL server 2000 for use with php 4.0.4pl1. Noticed the dll referenced in the php.ini file only seem to be for version 6.5 and 7.
Can I use MSSQL 2000 with php?
Regards
James Floyd
Hi,
I have tried to connect using mssql functions but it only works with version 6.5 and 7 as you say. I was only able to connect using odbc functions that have worked well. These functions don't support transactions (I have some problems) and it can be a problem for you.
Diego