codice:
        Dim connectionString As String = MysqlConnectionString()
        Dim mysqlConnection As OdbcConnection = new OdbcConnection(ConfigurationManager.ConnectionStrings("miaconnect2").ConnectionString)
        
        Dim sqlQuery As String = "SELECT DISTINCT(ID2), nomefile, titolone, testone FROM gallery GROUP BY ID2, nomefile, titolone, testone DESC;"
        Dim mysqlCommand As New OdbcCommand(sqlQuery, mysqlConnection)
        Dim myDataAdapter As New OdbcDataAdapter(mysqlCommand)
Come posso risolvere? Non ho accesso al pannello di mysql