It seens to be a lot of posts around this but i wasn't able to find a proper solution for this.
Using the default script provided, when i try to execute the php_oracle.php ( content of the file is : http://www.datatables.net/development/server-side/php_oracle )
I receive de rerror:
Im new to php and datatables, so it would be great to have a practical example =)
Using the default script provided, when i try to execute the php_oracle.php ( content of the file is : http://www.datatables.net/development/server-side/php_oracle )
I receive de rerror:
Warning: oci_bind_by_name() [function.oci-bind-by-name]: ORA-01036: illegal variable name/number in D:\Program Files\xampp\htdocs\cmportal\tests\datatable\scripts\php_oracle.php on line 233
Warning: oci_bind_by_name() [function.oci-bind-by-name]: ORA-01036: illegal variable name/number in D:\Program Files\xampp\htdocs\cmportal\tests\datatable\scripts\php_oracle.php on line 234
Warning: oci_execute() [function.oci-execute]: ORA-30485: missing ORDER BY expression in the window specification in D:\Program Files\xampp\htdocs\cmportal\tests\datatable\scripts\php_oracle.php on line 260
Warning: oci_fetch_array() [function.oci-fetch-array]: ORA-24374: define not done before fetch or execute and fetch in D:\Program Files\xampp\htdocs\cmportal\tests\datatable\scripts\php_oracle.php on line 262
Warning: oci_execute() [function.oci-execute]: ORA-30485: missing ORDER BY expression in the window specification in D:\Program Files\xampp\htdocs\cmportal\tests\datatable\scripts\php_oracle.php on line 281
Warning: oci_fetch_array() [function.oci-fetch-array]: ORA-24374: define not done before fetch or execute and fetch in D:\Program Files\xampp\htdocs\cmportal\tests\datatable\scripts\php_oracle.php on line 284
{"sEcho":0,"iTotalRecords":"163","iTotalDisplayRecords":0,"aaData":[]}
Im new to php and datatables, so it would be great to have a practical example =)