Hello, i work in an oracle database and i want to extract pictures of client. This pics was encoded in Blob field. I try to export in tfiledelimited, but it doesn't work because i have 275 clients. I would like to know how i can create 275 jpg files and if it's possible rename pic with the id_cli (primary key)
I am working on a tLOBDownload component. This component will accept a record set made by the tOracleRow component. In the tLOBDownload component you have to configure the columns you need for download the BLOB/CLOB and identify the LOBs (e.g. key fields or file names in the database). You have to define the file name for the LOBs by the help of these fields. The component iterates through the record set (actually a Java ResultSet) and writes all LOBs into files (one LOB has its own file). Does this solution would fit also to your needs?
sorry, the component doesn't work for me...
context.pathWORKSPACE1 is the directory where I want to save the files
tjavarow_1 shows information only
no error, no files.... What happen? I'm running 5.4.1 on ubuntu linux.
thanks for your help.
--