Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: BLOB in Pro*C without OCI
Torsten Mueller <dev-null_at_shared-files.de> schrieb:
> My question is: what is a C datatype for an Oracle BLOB?
I mean a C datatype for a BLOB host variable declared in a section:
EXEC SQL BEGIN DECLARE SECTION; ??? b; EXEC SQL END DECLARE SECTION;
(I know that I later must use WRITE and FLUSH and so on but I nead at least a variable to do this.)
T.M. Received on Thu Oct 20 2005 - 08:07:17 CDT
![]() |
![]() |