Hi all

I struggle with inserting blob data into oracle. I tried two ways:

1. I have a form in which blob_data is $this->setWidget("blob_data",
new sfWidgetFormInputFile());
I bind form values

$form->bind(
                $request->getParameter($form->getName()), $request-
>getFiles($form->getName())

        );

if ($form->isValid()) $form->save();

2. I tried to create prepared query and bind paramaters to this query

In both cases I get ORA-01465: invalid hex number while executing
query (the reason is blob_data)

Please, can anyone can tell me how saving a file data into blob column
in Oracle should be done?

Thanks in advance
Madeyt

(I use Symfony 1.4.11 with Doctrine 1.2.4)

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to