Using MSSQL (Not MySQL)

Hello All,

I am new to VSPHP and I have downloaded the trial version. I am interested in purchasing the software except for one major flaw that I see. How can I connect to an MSSQL Database? I know how to connect to mysql and was told that connecting to an mssql server would be simple but the IDE does not seem to understand the keywords and classes i am using...

Thanks in advance for any help
Mike

Comments

    Do the following: Go to your

    Do the following:

    Go to your project directory and modify the php.ini file. This file was created in your last debug run. It is hidden so you probably want to unhidden it.

    Then open the php.ini file and look for the mssql.dll entry and uncomment the line.

    Finally, go to your project properties->debug->advance. Set the php.ini entry to point to the php.ini file you just modified. This will prevent VS.Php from overwriting the file next time you start the debugger.

    In the future, we will enable this module by default so you don't have to deal with all this hassle.

    Perfect

    Thanks! Do you think in the next version you could include it in the intelli type along with odbc stuff

    Rock On
    Michael

    Those are available today in

    Those are available today in intellisense. All you have to do is add those modules to the project references.