I found out a little bit more:
In this code
dbMandant.setDatabaseName( "" );
dbMandant.setDatabaseName( "" );
To copy to clipboard, switch view to plain text mode
dbMandant.open() returns true.
In this code
dbMandant.setDatabaseName( "name of a non existing database" );
dbMandant.setDatabaseName( "name of a non existing database" );
To copy to clipboard, switch view to plain text mode
dbMandant.open() returns false, whats correct for me.
I'm using Linux and Qt 4.5.2.
Is that a bug or I'm only to stupid?
Bookmarks