I’m at a loss to understand Base’s behavior here. Please help. I have a database stored on a MySQL server. The database will contain several images and a long text field, as well as a few other small ones. The small ones all work fine, but when I try to use the form wizard it creates the input for the long text field as expecting an image. I can fix that by editing the form, deleting that control and putting a new text control in. But none of the images save! I can click on an image, and load it no problem (no comments about linking the image instead, for my purpose embedding the images is the ONLY way to get the task done correctly). But when I save the record, the images disappear. The text stays just fine, but not the images. What am I doing wrong? The image fields in the MySQL table are BLOB fields.
Any help is appreciated!