Archive for the 'MySQL' Category

PROCEDURE DAN TRIGGER MYSQL

July 13th, 2010

BERKENALAN DENGAN STORE PROCEDURE DAN TRIGGER Stored Procedures which allow us to automate or program our way out of many tasks on directly on the server rather than having to write external scripts to do complex manipulation of data – MYSQL References Prosedur merupakan program yang ditulis dan dieksekusi langsung dari Engine database. Beberapa situasi [...]