How to retrieve images from existing database using sql/http adapter from worklight application
问题 I'm having an existing database and i have to show the list of images in my worklight application to user so that they can select and adds to cart. The image column in database is having only path of images at server. i.e "memory/toppings/nuts/hazelnuts.jpg" "memory/toppings/nuts/macadamia_nuts.jpg" so how to get all these images and show on my worklight application. 回答1: What you should do is concatenate the server URL and the image path after you retrieve it from the database. Lets say in