jsanguin

Results 4 comments of jsanguin

Thanks for this excellent tip. I am working in a modernization project and this will certainly be our login validation. Question here is if you have anything similar we could...

Good afternoon, //after your binding, IN OUT etc, you execute your statement, make sure you assign this to a variable const results = await statement.execute(); //if then you console.log(result); //...

Hello again, I might hav more questions than answers. In my case I’v prepared the Store Procedure and I know exactly how is define and what to pass in and...

my code cons { Connection, Statement, IN, OUT,INOUT, CHAR, NUMERIC} = require('idb-pconnector} exports.getfullName = async (req, res, next) => { const fname = req.query.first const lname = req.query.last let fullName...