On Tuesday 08 June 2004 21:17, Mauro Romano Trajber hurled the following on the wire: > No, mssql driver is not built into php4's .deb package. > Im using PEAR DB abstract layer, but PEAR uses PHP drivers. > > There's no way to change to adodb.My project is finished ;-) > Any alternative solution ???
# apt-cache search php | grep sybase php4-sybase - Sybase / MS SQL Server module for php4 That's what I use, let's you use the mssql* functions (I assume that's what you want). Try a: apt-get install php4-sybase and give it a go. joost DISCLAIMER This e-mail and any attached files are confidential and may be legally privileged. If you are not the addressee, any disclosure, reproduction, copying, distribution, or other dissemination or use of this communication is strictly prohibited. If you have received this transmission in error please notify A.S.T.R.I.D. nv/sa immediately and then delete this e-mail. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

