Dear Friends:
I have this source code
But allways I have the message "I Can't créate the trigger!, why?
BTW, I use MariaDB server
Best regards
I have this source code
  cCmdSql := "CREATE TRIGGER Trg_Cli AFTER INSERT ON 'Clientes' " +;
            "INSERT INTO Auditoria SET AUD_TAB = 'Clientes';"
  TRY
    oApp:oCon:Execute(cCmdSql)
  CATCH oError
    MsgStop("I Can't create the trigger !",oApp:cAplicacion)
    ShowError(oError)
  ENDBut allways I have the message "I Can't créate the trigger!, why?
BTW, I use MariaDB server
Best regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero