Im using adodb with firebird 1.5 in a local machine working ok, when use in remote server, give me an error:
Warning: ibase_query() [function.ibase-query]: Dynamic SQL Error SQL error code = -901 feature is not supported in /home/projetos/www/classes/adodb/drivers/adodb-ibase.inc.php on line 366
-901: Dynamic SQL Error SQL error code = -901 feature is not supported
ADOConnection._Execute(select * from menu_web, false) % line 172, file: adodb-ibase.inc.php
ADODB_ibase._Execute(select * from menu_web, false) % line 891, file: adodb.inc.php
ADOConnection.Execute(select * from menu_web) % line 15, file: testeadodb.php
Dynamic SQL Error SQL error code = -901 feature is not supported
Seems that not recognize ADOConnection.Execute on Remote server!!!
Local computer configuration: Apache2, php5 5.2.1 and firebird 1.5
Remote computer: Apache2, php5 5.1.4 and firebird 1.5
Please any one can help us????
I NEED URGENT HELP my site dont work without ADODB!!!