Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to get WAMP to work with MSSQL

Now you can tag me!
Member
Joined
May 26, 2009
Messages
1,649
Reaction score
796
Not really Kiira, cause this have already been necroposted. We can post as long as the last comment ain't older then 4 weeks or so?

So basically we're not necroposting.
 
Joined
Jul 11, 2007
Messages
2,695
Reaction score
2,177
Followed all steps still getting this... Can som1 help me with TeamVieuwer ??/>

Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\RawrGunZ\include\config.php on line 18

For the mssql extension to work, all of the following must be true -

-- The php.ini that you are changing must be the one that php is using.

-- The php_mssql.dll must be in the ext folder.

-- mssql requires: ntwdblib.dll to be available. (explained where to put, in the #1st post.)

And last, but not least:

--
404 - How to get WAMP to work with MSSQL - RaGEZONE Forums
 
Experienced Elementalist
Joined
Jun 29, 2010
Messages
221
Reaction score
14
Download a clean version of WAMP:
Next, download the newest add-on of php:
Next, download ntwdblib.dll:


1)* Install WAMP
2) Install latest php addon.
Dont do anything with ntwdblib.dll YET!
3) Click on the WAMP icon -> PHP -> Version and select 5.3.1.
4) Click on the WAMP icon -> PHP -> PHP Extensions then check php_mssql and php_pdo_mssql.
(Wamp will restart and give you few errors, ignore them)
5) Restart WAMP one more time to ensure settings are saved.
6) Finally, place ntwdblib file in the two following directories:
wamp\bin\php\php5.3.1
wamp\bin\apache\apache2.2.11\bin
7) Restart wampserver, and you're finished!

---------------
*1) SKIP THIS STEP IF YOU ALREADY GOT WAMP INSTALLED

Your finished, and hopefully now php will be happy to talk to mssql :)


Since the original author deleted the guide, I decided to bring it back :)
Based on original but cleaned-up guide by Alexsh.

Cheers.

can you re-upload ntwdblib.dll? please
 
Back
Top