I've recently installed MSDE (downloaded the install.exe from microsoft, and install with the parameters "SAPWD=X" and "SECURITYMODE=SQL". I've also installed a front-application to interact with MSDE (MSDE Manager)... My operating system is WinXP.
I've installed PHP (I've tried several versions) on IIS, and got the mssql.dll working. Also, I've enabled TCP/IP for MSDE.
Here's my problem: It seems that I can connect to the database (with the sa-account), but every time I try to execute a query, the PHP-interpreter crashes!!!! Sometimes I get a result... but 90% of the time the php.exe crashes.
Does anyone have a possible explanation, or better yet, a solution for this (maybe known?) problem?
Thanks in advance!!!
Siebe