FireBird.attach(options, function(err, db) { if (err) throw err; // db = DATABASE db.query("update a set where id=1", function(err, result) { if (err) throw err; console.log("update success!"); db.detach(); }); });
Node.js操作Firebird数据库教程(2)
内容版权声明:除非注明,否则皆为本站原创文章。