When I try to create a new record containing a media field (bytea field in the PostgreSQL database) and I load an image into it using the SmartClient, the record is not saved. This applies to new tables I create, but also to the example_data.employee table which contains a photo field. Any suggestions? Thx.
I’m storing my images as bytea, which comes across in Servoy as “media”, and I’m able to save them in the database.
Oh, I just see that your latest note says that you’re having trouble saving records at all, not just image-related.
Is it just saving to the table with the images that’s giving you a problem? Or doing saves anywhere? Isolating that might help you a bit (but you probably already know that )