Hi, I am trying to show the user of my application a list of available databases to connect to on my SQL database. MySQL features the SHOW DATABASES command. Is there some way to issue this command using QSqlQuery before actually connecting to a known database on the server? André