updatedb
This commit is contained in:
23
public/home/admin/event/update/add/qPup.q
Executable file
23
public/home/admin/event/update/add/qPup.q
Executable file
@@ -0,0 +1,23 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_w */
|
||||
/* c#password #dbdata_wp */
|
||||
/* c#write write*/
|
||||
|
||||
|
||||
|
||||
insert into lugar
|
||||
(nombre,direccion,observacion,municipio,federativa,pais,lat,lng,estado)
|
||||
values(
|
||||
q#pname ,
|
||||
q#paddr ,
|
||||
q#pobs ,
|
||||
q#pto ,
|
||||
q#pst ,
|
||||
q#pco ,
|
||||
q#lat ,
|
||||
q#lng ,
|
||||
case q#pen when "on" then 1 else 0 end);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user