hi, In the Procedure i want to store Image data in the Local variable and did some process and return the image to the calling part; i cant declare the variable with image data type , with declare a Variable then how to get the image ?? Srini
Declaring a variable with Image type is not possible in a procedure, but u can try with by creating a temp table with col image type and process accordingly. Thanks. Rushendra