SAS connection with PHP -
basically have sas installed in server , developing dashboard in local system , server side scripting done in php. there way can access sas server , run proc through local
follow below steps.source
- install sas odbc drivers
- change php.ini, include "php_pdo_odbc.dll";
- access sas database through php pdo odbc
Comments
Post a Comment