Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Newbie question regarding LOB

Newbie question regarding LOB

From: Shankar <shanky191_at_rediffmail.com>
Date: 10 Nov 2003 19:03:04 -0800
Message-ID: <24707dc9.0311101903.3ded3065@posting.google.com>


I intend to write a BLOB to database by binding a variable of type OCILobLocator through OCIBindByName and then OCIExecuteStmt....I get this data from another module as a character array. How do i copy the contents of the array into my OCILobLocator?

char buff[MAXSIZE]; ---> contains the data i wish to write (MAXSIZE is HUGE!)
OCILobLocator *lob_ptr;

Now to copy buff to lob_ptr???? Received on Mon Nov 10 2003 - 21:03:04 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US