Search found 2 matches

by Ziddy
Fri Jan 21, 2011 1:37 pm
Forum: Webhosting
Topic: MSSQL Functions are not available...
Replies: 2
Views: 862

Re: MSSQL Functions are not available...

That's fantastic, thanks a lot!
by Ziddy
Fri Jan 21, 2011 10:44 am
Forum: Webhosting
Topic: MSSQL Functions are not available...
Replies: 2
Views: 862

MSSQL Functions are not available...

Hello, I am trying to connect to a MSSQL Database located on my server, from my webhosting. When running the following code, it returns "MSSQL Functions are not available" <?php if (function_exists('mssql_fetch_row')) { echo "MSSQL functions are available.<br />\n"; } else { echo...