M
Marco Mendoza
Guest
Hello, I have the follow code for retrieve the schema from a Progress database connected through ODBC $res= odbc_do($cid,"select * from sysprogress.SYSTABLES") or die('no consulta'); //echo $res; odbc_result_all($res, "BGCOLOR='#AAFFAA' border=3 width=30% bordercolordark='#FF0000'"); odbc_free_result($res); odbc_close($cid); On develop environment works fine, but on Production I get "no consulta". The code is executed by a PHP program. Do you think is PHP configuration? Or something on the IIS?
Continue reading...
Continue reading...