Home > Web Front-end > H5 Tutorial > How to use SQL statements of HTML5 Web Database database_html5 tutorial skills

How to use SQL statements of HTML5 Web Database database_html5 tutorial skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 15:50:54
Original
1604 people have browsed it

//The openDatabase method opens an existing database. If it does not exist, a database will be created. The parameters are the database name, version, database description, and data size. var db = window.openDatabase("mydatabase", "1.0", "My database description", 20000);

How to use SQL statements in the database

dbname.transaction(function (tx) { tx.executeSql(sql); });


Copy code
The code is as follows:












< /body>

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
html5 validation for symfony 2.1
From 1970-01-01 08:00:00
0
0
0
The difference between HTML and HTML5
From 1970-01-01 08:00:00
0
0
0
html5 show hide
From 1970-01-01 08:00:00
0
0
0
Can PDF files run HTML5 and Javascript?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template