If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Is there any way to load an PDF file into an DB2 table with BLOB column? We tried with SQL 2000/2005 (DTS,SSIS), but when we could not extract the exact pdf from DB2 (maybe due to ASCII to EBCDIC conversion while loading from sql to db2). Any help is welcome.
There won't be any conversion if it's a BLOB column; something must be wrong with your loading process.
I think you mean "there shouldn't be any conversion." That is because if the file was transfered from a PC to the database server (I assume z/OS or iSeries, since those are EBCDIC) then the file should have been transfered as a binary file (if it was transfered correctly).
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390