Kbase P17045: Using Open Client Toolkit and trying to pass binary data bac
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/28/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Using Open Client Toolkit
Trying to pass data in a temp-table from Progress to Java
Temp-Table contains a RAW field
RAW field contains binary data (i.e. WAV files, JPG images)
The binary data is not brought across properly
CAUSE:
The applications Java code was improperly casting the RAW data
FIX:
Correct the application Java code so that it properly casts the RAW data to the proper data type before sending it to the AppServer