
webSQL
爱吃鱼油
这个作者很懒,什么都没留下…
展开
-
HTML5 统计条数
var db = openDatabase('mydb14', '1.0', 'Test DB', 6 * 1024 * 1024); db.transaction(function (tx) { tx.executeSql('select count(*) as tablecount from CenterReimburs ', [], function (tx, results) {原创 2015-09-02 10:19:25 · 726 阅读 · 0 评论 -
HTML5 webSQL查看表结构
javascript 表结构原创 2015-09-21 15:50:24 · 2279 阅读 · 0 评论 -
HTML5 web SQL动态创建数据库表(同步数据)
$http({ method: 'post', cache: false, url: BaseURL + 'SysCommonCodeTransform/findVisitInstitution.do', params: { datetime: synvtdatetime }}).success(function(response, status, headers, config)原创 2015-08-31 16:09:56 · 3661 阅读 · 0 评论