mssql not suported

Questionsmssql not suported
Rafael Prieto asked 3 years ago

mssql native not supported on new php 7.3, can I use sqlsrv  Thanks

1 Answers
Abu Ghufran Staff answered 3 years ago

Hello,

In database configuration it will use sqlsrv_* functions if you set:

$db_conf = array();
$db_conf[“type”] = “mssqlnative”;

You can install latest php/sqlserver drivers from following link:
https://docs.microsoft.com/en-us/sql/connect/php/download-drivers-php-sql-server?view=sql-server-ver15

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

1 + 10 =

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?