[PHP] Php, Blob, Oracle

2003-02-27 Thread M.ALPER KARASAHIN
Hi, How can i display a blob column that contins a MS word object. OR How can i display a blob column that contins a bitmap object. function foo() { $this-statement = OCIParse($this-db_con_id, SELECT blobcolumn FROM XX ); if (!$this-statement) {

Re: [PHP] Php, Blob, Oracle

2003-02-27 Thread Thies C. Arntzen
On Thu, Feb 27, 2003 at 05:51:01PM +0200, M.ALPER KARASAHIN wrote: Hi, How can i display a blob column that contins a MS word object. OR How can i display a blob column that contins a bitmap object. function foo() { $this-statement = OCIParse($this-db_con_id,