where do I get the DLLs for MS SQL 7.0 -- binary doesn't inc

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rathlon
Forum Commoner
Posts: 45
Joined: Sun Nov 10, 2002 8:07 pm

where do I get the DLLs for MS SQL 7.0 -- binary doesn't inc

Post by rathlon »

Can anyone provide alink to a binary that includes the php4_mssql70.dll? Every single binary that I find only has the php_mssql.dll If any of u have it, I would appreciate if you could email it to me at

rathlon1@cox.net

or a link...even the ftp archives at php.net doesn't include the file. Not to mention that 90% of the archive files are non readable format anyhow.
User avatar
riley
Forum Commoner
Posts: 45
Joined: Thu May 02, 2002 6:31 pm

Post by riley »

The php_mssql.dll will work with mssql 7.0 sp2. Do you have the mssql 7 client installed on the machine with php? I'm fairly sure you must have the client installed, the php_mssql.dll uses that to create the data session. My installation of php was on a server that already had the client installed and works fine.
Post Reply