cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent Help!!!... SELECTBLOB ISSUE IN PB 6.5

Former Member
0 Kudos

Hi:

I am using PowerBuilder 6.5 with Oracle 11G. I get an error on SELECTBLOB from a table.

Blob    lblb_data

/*end of declaration*/

SELECTBLOB COC

INTO :lblb_data

FROM   TBLCOC

WHERE  ORDERNO = :as_order_no

AND COC is not null;

Please help!!!!.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190719
Active Contributor
0 Kudos

You might want to post this over in the PowerBuilder Developer Center.

Former Member
0 Kudos

Hi,

The error message says that the column is not as expected.

Do you have the table definition? For example if you do a syntax to log in the database painter what do you get?

Do you have all the necessary database rights, have you done any tracing either with TRA in the dbparm or at the Oracle side?

Ben