Home › Forum › Behaviors › Save and Retrieve Image to Database › Re: Save and Retrieve Image to Database
October 15, 2010 at 5:00 pm #5460
There is no way to display a picture in a form by getting it from an external SQL database via a connection. However if you build an application that dynamically publishes those pictures on a web server and have that URL in the database along with the picture, the form can retrieve the URL and set it as a source for the picture object.
Alternatively you could have every possible image already hidden in a form and show or hide them as called for by a behavior.