Re: Microsoft SQL 2008 bug?
If you can't run an sql server then how do you want to connect to it with this file oO ?
Re: Microsoft SQL 2008 bug?
I can run 2008, but not the 2005 installer because it says it doesn't support my operating system.
Re: Microsoft SQL 2008 bug?
Make sure you did your ODBC Properly.
I have used 2008 just fine before.
Re: Microsoft SQL 2008 bug?
Quote:
Originally Posted by
Katsuro
Make sure you did your ODBC Properly.
I have used 2008 just fine before.
and you can do the ODBC by going to Start > Run > odbcad32 then you go to SystemDSN and make the odbc :) there is tuts if nor not sure how, just look :D
Re: Microsoft SQL 2008 bug?
Looks like ODBC isn't compiled with your build of PHP..
Re: Microsoft SQL 2008 bug?
And now I have this problem.
Fatal error: Call to undefined function: mssql_connect() in /home/ilupo0/public_html/adminv2/config.php on line 19
Re: Microsoft SQL 2008 bug?
my fix thread can help you with that ;)
Re: Microsoft SQL 2008 bug?
Quote:
Originally Posted by
Ionslash
And now I have this problem.
Fatal error: Call to undefined function: mssql_connect() in /home/ilupo0/public_html/adminv2/config.php on line 19
Now you're using a release without MSSQL compiled into PHP..
Re: Microsoft SQL 2008 bug?
Quote:
Originally Posted by
gWX0
Now you're using a release without MSSQL compiled into PHP..
what? I bet your confusing a lot of people.
The most normal reason is because their ntwdblib.dll doesn't support MSSQL 2005 anymore (I'm pretty sure that's what it is)
They can fix it by following the guide in my Unofficial Fix Thread.
Re: Microsoft SQL 2008 bug?