Volevo sapere se questa istruzione ASP per ottimizzare determinate tabelle di un DB MySQL è corretta come sintassi.


Set oCn = DBConnexion(DB_MAIN)

rSQL = "OPTIMIZE TABLE tabella1, tabella2 "

DBExecute oCn, rSQL


Grazie