Re: [PHP-DB] Re: oci_bind_by_name, 'Unknown or unsupported datatype given'

2005-08-15 Thread Anton Channing
On 8/10/05, Miles Thompson [EMAIL PROTECTED] wrote: At 11:32 AM 8/10/2005, Anton Channing wrote: On 8/10/05, Miles Thompson [EMAIL PROTECTED] wrote: Anton, This seems so fundamental I hesitate to suggest it. Have you run a script with phpinfo() in it? Or apache or httpd

Re: [PHP-DB] Re: oci_bind_by_name, 'Unknown or unsupported datatype given'

2005-08-15 Thread Anton Channing
On 8/15/05, Anton Channing [EMAIL PROTECTED] wrote: phpinfo() output: oci8 OCI8 Supportenabled Revision$Revision: 1.267 $ Active Persistent Links 0 Active Links0 Temporary Lob support enabled Collections support enabled oracle Oracle Support enabled

[PHP-DB] Re: oci_bind_by_name, 'Unknown or unsupported datatype given'

2005-08-10 Thread Anton Channing
: ORA-01008: not all variables bound in D:\Apache Group\Apache2\htdocs\test\oci_bind_by_name.php on line 46 Warning: oci_execute() [function.oci-execute]: OCIStmtExecute: ORA-01008: not all variables bound in D:\Apache Group\Apache2\htdocs\test\oci_bind_by_name.php on line 47 On 8/9/05, Anton

[PHP-DB] oci_bind_by_name, 'Unknown or unsupported datatype given'

2005-08-09 Thread Anton Channing
I am currently building a php-oracle application for the college I work for, and as part of that application I have cause to to create some insert/update procedures. My best solution for this is to have an input/output parameter representing the id of the field that needs to updated. This