Revision: 1236
Updated Code
at September 26, 2006 08:11 by chelejuan
Updated Code
Nuevo : insert into tabla (campo1, campo2) values ('" & campo1 & "', " & campo2 & ") Modificar : update tabla set campo = " & campo & " Borrar : delete from tabla
Revision: 1235
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 26, 2006 08:09 by chelejuan
Initial Code
insert into tabla (campo1, campo2) values ('" & campo1 & "', " & campo2 & ")
Initial URL
Initial Description
Initial Title
Insert / Update / Delete
Initial Tags
Initial Language
SQL