For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
My form was working a few weeks ago and now it is not. I don't think I changed anything except the environment went to a newest version of ORDS. But I don't think ORDS would affect it. I get a broken image icon instead of the actual ping. Below is the debug information which looks like it worked: I checked the table and the row exists for ID 519:
The properties of the Display Image field are: So I do not know why the BLOB is not being displayed. Please help!!! APEX 19.1 DB: Oracle 19c Robert
OK...
After 3 reinstallation that's working. If there is a logical way to understant that I don't see it...
Problem was the connection string. In the connection string, you have mentioned the driver name of Microsoft ODBC driver (which is 32bit ODBC driver) not Oracle ODBC driver (whose naming convention is "Oracle in <ORACLE_HOME name>").
Ok, thank you for this useful information. It explains my issues