LJ

Results 521 comments of LJ

@cole-maxwell1 Cool idea! I guess if you can get node-odbc to work with Db2 LUW then that's a good start! My next worry is differences in how data is returned,...

@ataylorkt > how are these 4 dependencies being determined? Good question. Everything `rmake` does is by source. * `EMPLOYEES.PGM` is defined as `EXTPGM` prototype. * `DEPARTMENT.FILE` is used in two...

@edmundreinhardt Yup, generating the Rules.mk is up next!

@JDubbTX > By specifying a static signature in binder language, calling programs don't usually need a rebuild. A change to a service programs signature would mean all calling programs would...

Tomorrow I will post the blog about using a DSN, which would allow for shorter connection strings like: ```javascript const connection = await odbc.connect(`DSN=DEVSERV;Password=password`);​ ```

Hey @jkdavew I updated the post with an SQL script I started to write. Thanks for the suggestion!

From @alanseiden >In your acme/LetsEncrypt article, the Express code example omits one important line: const path = require('path'); >This line should be added at some point before the script refers...

@rogerpence Hey would you look at that!

@ahaohio I actually have an RLA to SQL converter! Perhaps I could share the code at some point on GitHub.