Urgent : How to insert/retrieve BLOB ??

2002-02-06 Thread Prem J Khanna
hello everybody , i am on 8.1.6 / NT . i have a table named images . it's structure is clip_id int not null, clip_image blob , clip_loc varchar2(100) i need to insert /update / retrieve a image (GIF/JPEG/TIFF) to/from this table. i went thro' the DOCS also . but i don't find any

Re: Urgent : How to insert/retrieve BLOB ??

2002-02-06 Thread Marin Dimitrov
- Original Message - i need to insert /update / retrieve a image (GIF/JPEG/TIFF) to/from this table. i went thro' the DOCS also . but i don't find any example to do this . can anyone help me to do this ? any sample scripts please ? please refer to chapter 9 Internal Persistent

Re: URGENT : how to insert/retrieve Blob ??

2002-01-09 Thread Marin Dimitrov
- Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 07:40 hello everybody , would someone give me an example to insert/retrieve a bolb ? please refer to Oracle9i Application Developer's Guide - Large Objects (LOBs) at

URGENT : how to insert/retrieve Blob ??

2002-01-08 Thread Prem J Khanna
hello everybody , would someone give me an example to insert/retrieve a bolb ? i posted the same query yesterday . No response yet :( Jp. -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Prem J Khanna INET: [EMAIL PROTECTED] Fat City Network Services-- (858)

Re: to insert into blob

2001-03-14 Thread chaoping
hi, gurus: i read the article of early time e and tried my self, hoping to insert a bin file into a lob column of the database.but failed. my env: win2000 prof+oracle817. SQL desc lobtable Name Null?Type

Re: to insert into blob

2001-02-20 Thread Marin Dimitrov
- Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Monday, February 19, 2001 23:40 I have a wav file and I have to insert it into a table with column blob type. How do I do this. If u're working with JDBC then u should just open the OutputStream