noche, actualiza tablas eventos
This commit is contained in:
@@ -1,17 +1,9 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_user */
|
||||
/* c#password #dbdata_pass */
|
||||
|
||||
|
||||
|
||||
select
|
||||
id as "cid",
|
||||
nombre as "cname",
|
||||
temario as "csubjects",
|
||||
servicios as "cservices"
|
||||
from curso
|
||||
where id= #course ;
|
||||
where id= ? ; #course ;
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_user */
|
||||
/* c#password #dbdata_pass */
|
||||
|
||||
|
||||
|
||||
select
|
||||
"event" as "tag",
|
||||
id,
|
||||
@@ -24,6 +16,6 @@ select
|
||||
|
||||
estado as "een"
|
||||
from evento
|
||||
where id= #ecourse ;
|
||||
where id= ? ; # ecourse ;
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_user */
|
||||
/* c#password #dbdata_pass */
|
||||
|
||||
|
||||
|
||||
select
|
||||
id as "pid",
|
||||
nombre as "pname",
|
||||
@@ -17,6 +10,6 @@ select
|
||||
lng as "plng",
|
||||
estado as "pen"
|
||||
from lugar
|
||||
where id= #course ;
|
||||
where id= ? ; # course ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user