Hi folks,

how can I validate a database connection if the connection has been established correct.

My problem is... if I set a wrong DatabaseName with setUserName and open the connection with the wrong DatabaseName I get:

isOpen = true
isOpenError = false
isValid = true

how can that be????

thx