updatedb
This commit is contained in:
20
public/home/admin/event/update/add/qCup.q
Executable file
20
public/home/admin/event/update/add/qCup.q
Executable file
@@ -0,0 +1,20 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_w */
|
||||
/* c#password #dbdata_wp */
|
||||
/* c#write write*/
|
||||
|
||||
|
||||
|
||||
insert into curso
|
||||
(nombre,temario,servicios,estado)
|
||||
values(
|
||||
q#cname ,
|
||||
q#csubjects ,
|
||||
q#cservices ,
|
||||
case q#cen when "on" then 1 else 0 end);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user