Node.js操作Firebird数据库教程(2)

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(); }); });

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wgyxgx.html