Hi, I'm developing a notebook with jdbc ( mysql ), and I need to create a dropdown list that will be used as parameter for a query.
Is there a way to feel this dropdown list dynamically ? That is I want to fill this dropdown list with the result of a query: SELECT DISTINCT IPADDRESS FROM MEASURES Thanks