Let Windows build an ADO connection string

I see always people manually building the connection string. Why not use the dialog that windows provide for us ? Of course
it is possible to use the PromptDataSource in ADODB, but this give not the opportunity to see if the user has pressed OK or
Cancel, so we dont know when to save the changes. So I use this code instead. I hope it benefit many people.