Answer the question
In order to leave comments, you need to log in
How to convert buffer to string?
Hello everyone! After such a query to the database:
Firebird.attach(options, function(err, db) {
if (err)
throw err;
db.query('SELECT USERNAME FROM USERS', function(err, result) {
console.log(result)
db.detach();
});
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question