21 lines
513 B
Plaintext
21 lines
513 B
Plaintext
|
|
|
||
|
|
/* c#host localhost*/
|
||
|
|
/* c#database #dbdata */
|
||
|
|
/* c#user #dbdata_w */
|
||
|
|
/* c#password #dbdata_wp */
|
||
|
|
/* c#write write*/
|
||
|
|
|
||
|
|
|
||
|
|
update lugar set
|
||
|
|
nombre= q#pname ,
|
||
|
|
direccion= q#paddr ,
|
||
|
|
observacion= q#pobs ,
|
||
|
|
municipio= q#pto ,
|
||
|
|
federativa= q#pst ,
|
||
|
|
pais= q#pco ,
|
||
|
|
lat= q#plat ,
|
||
|
|
lng= q#plng ,
|
||
|
|
estado = case q#pen when "on" then 1 else 0 end
|
||
|
|
where id = q#pprev ;
|
||
|
|
|