You need to enable php extension 'mssql' first.

QuestionsYou need to enable php extension 'mssql' first.
luis neri asked 5 years ago

Hi i try to run sample code for sslserver with this conf

define(“PHPGRID_DBTYPE”,”mssql”); // mysql,oci8(for oracle),mssql,postgres,sybase
define(“PHPGRID_DBHOST”,”200.xxxxxx”);
define(“PHPGRID_DBUSER”,”luxxxxxx”);
define(“PHPGRID_DBPASS”,”hxxxxx”);
define(“PHPGRID_DBNAME”,”xxxxx”);

 

is a iis server with php

and get me the next mensagge:

You need to enable php extension ‘mssql’ first.

Can you help me

2 Answers
Abu Ghufran Staff answered 5 years ago

Latest php versions comes with “mssqlnative” extension. So you need to set this instead of mssql.

If you still see extension notice, you need to install it: http://www.phpgrid.org/faqs/#74

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Luis answered 5 years ago

Thanks I solved with http://www.phpgrid.org/faqs/#74

Your Answer

9 + 3 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?