Buen día..
Estoy implementado mysql nativo con fw, es posible que la tablas importadas con ImportFromDBF, se pueda definir el motor : MyIsam o InnoDB, por defecto lo crea como MyIsam.
Gracias
default-storage-engine=ELMOTORADEFINIR
ALTER TABLE nombre_tabla ENGINE = InnoDB
cQry := "ALTER TABLE nombre_tabla ENGINE = InnoDB"
TRY
oCnx:Execute(cQry )
CATCH oError
FW_ShowAdoError(oCnx)
END
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot] and 58 guests