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,
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) {
2 matches
Mail list logo