Ok, giving myself the 2nd reply and the answer now :) It has nothing to do with Gambas, its just a setting to the SQL-Engine what can easy be done by a simple SQL-statement: SQLConn.Exec("SET NAMES latin1") will work, if your DB is setted to 'latin1', what seems to be the default value for MySQL.