sSQL = "SELECT COLUMN_NAME FROM information_schema.COLUMNS " + "WHERE TABLE_SCHEMA LIKE 'bd_alumnos' " + "AND TABLE_NAME = '"+base + "'";