[PHP] Php, Blob, Oracle
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
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.