Is it possible to populate a set of parameters from a database table?
My process is using a configuration database which maintains elements regarding file storage, FTP site info, etc. , by client.
I need to be able to loop through a list of clients (from the config DB) and run a process for each, based on specific parameters stored for that client in the database.
Any help would be greatly appreciated.
Thanks!