I would like to do a tab for configuration of the databases conections. I was thinking in put a text box where the user will put the informations about database server (IP, User, Password) and those informations will be used in the database connection string and in the load. I read about macros and I think that this could help me.
How I do a macro to connect in database using defined variables? There is any way of the database connection to be done by user?