jerson Messages: 202 Registered: June 2010 Location: Bombay, India
Experienced Member
Hi Koldo
I am just saving a filename to the table. This filename is fed to StaticImage by binding it with SQL.AddCtrl method.
I realized the StaticImage has no SetData method which is what the Sql.AddCtrl uses to update the image. So, I encapsulated the StaticImage to provide this method.