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

  1. install sas odbc drivers
  2. change php.ini, include "php_pdo_odbc.dll";
  3. access sas database through php pdo odbc

Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -