- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I have developed an application with sqlite database but the database cell unresponsive.
- Marcas:
- HTML5
- Intel® XDK
Link copiado
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
Please provide your simplified code, the plugin you used and the device you are attempting to test it on.
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
<body>
<script type="text/javascript">
intel.xdk.device.hideSplashScreen();
var db=openDatabase("dbmaesria","","maestria","454555");
db.transaction(function(t){
var sql="create table if not exists cursos"
+ "(id_curso integer primary key autoincrement, "
+ " nombre_curso text not null,"
+ " creditos_curso text not null,"
+ " ciclo text not null)";
t.executeSql(sql,undefined,function(){
});
var sql="create table if not exists docente"
+ "(id_docente integer primary key autoincrement, "
+ " nombre_docente text not null,"
+ " telefono_docente text not null,"
+ " correo_docente text not null)";
t.executeSql(sql,undefined,function(){
});
})
</script>
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
the database is created and then insert data into the XDK id, but when you step mobil phone alcatel the data does not respond, do not show me the data query

- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora