Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Newbie question regarding LOB
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
![]() |
![]() |