[PHP-DB] Problems with Sybase and MSSQL

2003-10-08 Thread [EMAIL PROTECTED]
Well, this is the situation: i have a Win32 server running Apache2 and PHP4.3.2 as a module. I've been working really fine with the Sybase-CT module, and everything went fine till i added MSSQL support. When i restarted apache after changing php.ini it just throw an awfull amount of msg boxes

Re: [PHP-DB] Problems with Sybase and MSSQL

2003-10-08 Thread Frank M. Kromann
The problem is the Sybase extension. It defines some mssql_* functions, and these will conflict with the mssql_* functions defined by the MSSQL extension. You can either use the Sybase extension alone and use both Sybase_* and mssql_* functions, but then there will be no support for the special