Anything Mssql

Results 1 to 11 of 11
  1. #1
    Valued Member foeandfear is offline
    MemberRank
    Mar 2011 Join Date
    107Posts

    Anything Mssql

    hey i have a problem ANYTHING mssql is giving me errors like this


    Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: WIN10451\SQLEXPRESS in C:\xampp\htdocs\register\index2.php on line 34

    Fatal error: Call to undefined function mssql_error() in C:\xampp\htdocs\register\index2.php on line 37


    now i dont understand this

    Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: WIN10451\SQLEXPRESS in C:\xampp\htdocs\register\index2.php on line 34

    Becuase all the config files are perfect and working fine im useing wizkids v2 odbcad reg page and thats working fine =/ could someone please help?


  2. #2
    Account Upgraded | Title Enabled! BG-Nero is offline
    MemberRank
    Feb 2012 Join Date
    GermanyLocation
    285Posts

    Re: Anything Mssql

    Use apache or wamp?

  3. #3
    Valued Member foeandfear is offline
    MemberRank
    Mar 2011 Join Date
    107Posts

    Re: Anything Mssql

    i use xampp lol

  4. #4
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Anything Mssql

    You're gonna have to download the .dll that requires any gunz web to read the files correctly.

  5. #5
    Valued Member foeandfear is offline
    MemberRank
    Mar 2011 Join Date
    107Posts

    Re: Anything Mssql

    Ahh okay thank you what dll May this be?

  6. #6
    Valued Member foeandfear is offline
    MemberRank
    Mar 2011 Join Date
    107Posts

    Re: Anything Mssql

    What dll is it :S?

  7. #7
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Anything Mssql

    ntwdblib

  8. #8
    Valued Member foeandfear is offline
    MemberRank
    Mar 2011 Join Date
    107Posts

    Re: Anything Mssql

    Already have it in my Xampp and ive tried appserv :S

  9. #9
    Enthusiast Alfrdajpm is offline
    MemberRank
    Feb 2012 Join Date
    29Posts

    Re: Anything Mssql

    i had exact same problem edit ur index and change the line that says mssql connect to

    $connect = odbc_connect("Driver={SQL Server};Server={$host}; Database={$dbname}", $user, $pass) or die("Can't connect the MSSQL server.");

  10. #10
    num num num <3 rootbeer daniel131605 is offline
    MemberRank
    Jul 2008 Join Date
    New YorkLocation
    573Posts

    Re: Anything Mssql

    Quote Originally Posted by Alfrdajpm View Post
    i had exact same problem edit ur index and change the line that says mssql connect to

    $connect = odbc_connect("Driver={SQL Server};Server={$host}; Database={$dbname}", $user, $pass) or die("Can't connect the MSSQL server.");
    thats only going to go through odbc... use my website, its simple and works and i coded it to work with odbc, if you want this to work get xampp version 1.73 (older version) and go to php.ini after you install it and look up msql and mssql and get rid of the
    ; in front of them itll look like ;mssql_.dll make it look like mssql_.dll for mssql and msql and it should all work

  11. #11
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: Anything Mssql

    http://forum.ragezone.com/f497/tut-s...ebsite-633375/

    Download the .dll that's in the attachment.



Advertisement