25 lines
616 B
Plaintext
Executable File
25 lines
616 B
Plaintext
Executable File
|
|
/* c#host localhost*/
|
|
/* c#database #dbdata */
|
|
/* c#user #dbdata_w */
|
|
/* c#password #dbdata_wp */
|
|
/* c#write write*/
|
|
|
|
|
|
|
|
insert into evento
|
|
(lugar_id, fecha_inicio, fecha_fin,precio,curso_id,imagen_chica,estado,promocion,promo_estado)
|
|
values(
|
|
q#eplace ,
|
|
" #yini - #mini - #dini ",
|
|
" #yend - #mend - #dend ",
|
|
q#cost ,
|
|
q#ecourse ,
|
|
q#eimg ,
|
|
case q#een when "on" then 1 else 0 end,
|
|
q#promo ,
|
|
case q#pen when "on" then 1 else 0 end);
|
|
|
|
|
|
|