I have a TMSConnection component on a datamodule, with server and database filled. now i want to change it to an other server/database. i can set the new server without any problems, but i cannot then change the property database - I get again and again a message, that the database does not exists (which is true - the database really does not exist on the newly selected server, but each attempt to change it to some valid database is aborted and the message shown)
so the only one way to change the database is in the text editor of the dfm file.
please, don't check the database existence at each key press in the database field.