ntwdblib.dll

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
paul_r
Forum Newbie
Posts: 9
Joined: Fri Jun 13, 2003 11:21 pm

ntwdblib.dll

Post by paul_r »

help. can anyone tell me where i can get the version 8 of the mssql libraries? I have version 7. I read somewhere that you really can't connect to your mssql server with version 7. I get these errors:

Warning: mssql_connect(): message: Login failed for user 'Paul Rivera'. Reason: Not associated with a trusted SQL Server connection. (severity 14) in c:\inetpub\wwwroot\db.php on line 6

my username is Paul Rivera and no password. This is the one in my windows account. The server is in my computer so i used 127.0.0.1. My mssql 2k server is listenning in port 1433. i'm using windows xp pro with iis.

Warning: mssql_connect(): Unable to connect to server: PAUL in c:\inetpub\wwwroot\db.php on line 6

Warning: mssql_close(): supplied argument is not a valid MS SQL-Link resource in c:\inetpub\wwwroot\db.php on line 7

i think i need the larger ntwdblib.dll file. Mine is 268kb. where can i find theh 340kb one? i tried the link given by someone in the mssql configuration page. But i can't open the page.
Post Reply