Jump to content

Connect with MSSQL server 2008


tanveer

Recommended Posts

If you're using PHP, yes it is possible and you're best off using the in-built MSSQL functions:

http://uk.php.net/mssql

 

I've tried using Microsoft's DLL libraries to do this myself and found they weren't developed enough.

 

After playing with the above functions I was able to connect to a MSSQL database and access it just like I was accessing a MySQL database. Note that MysQL calls won't work - you'll need to use MSSQL calls.

 

By this I mean LIMIT doesn't work, you need to manipulate the TOP function to emulate this.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.