revolucion
This commit is contained in:
12
lib/Dojo/Model/Data/admin/radio/qAdmin.q
Executable file
12
lib/Dojo/Model/Data/admin/radio/qAdmin.q
Executable file
@@ -0,0 +1,12 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_user */
|
||||
/* c#password #dbdata_pass */
|
||||
|
||||
|
||||
|
||||
select
|
||||
contenido as "rContent"
|
||||
from casa where nombre="rmod";
|
||||
|
||||
3
lib/Dojo/Model/Data/admin/radio/update/qUpdate.q
Executable file
3
lib/Dojo/Model/Data/admin/radio/update/qUpdate.q
Executable file
@@ -0,0 +1,3 @@
|
||||
# update casa set contenido= q#link where nombre = q#update ;
|
||||
update casa set contenido= ? where nombre = ? ;
|
||||
|
||||
Reference in New Issue
Block a user