- 
                            
                                
                            
                            Robert Chu
                         - PowerBuilder
 - Thursday, 27 February 2025 02:01 AM UTC
 
Dear Sirs,
Recently, we upgraded existing Powerbuilder 11.2 application to Powerbuilder 2025;
After that, we found application using 'updateblob' got error messages as following,
the same application run well on Powerbuilder 11.2,
just don't know why got this issue ?
Please help to advise , thanks in advance.
Best Regards,
Robert
/** script **/
 updateblob s79_fcusms_mail_file
                        set   maf_file=:lb_file
                        where maf_no = :ldc_no using sqlca;
/** error messages **/
The column prefix 's79_fcusms_mail_file' does not match with a table name or alias name used in the query.
                        Either the table is not specified in the FROM clause or it has a correlation name which must be used instead
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.