[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) {

[PHP] Php Oracle & Word object

2003-02-21 Thread M.ALPER KARASAHIN
Hi, i want to display a blob column, that contain a word object. My database is Oracle Ver 8.1.7. Php version is 4.2.3 How can i do this? Thanks for your help. Alper.