Eric Henson

Results 5 comments of Eric Henson

In the initialization I am creating the pool: `this.odbcPool = await odbc.pool('DSN=');` I obtain a connection: `this._odbcConnection = await this.odbcPool.connect();` finally, I pass it to the itoolkit Connection: ```javascript const...

My apologies for the lack of signOffs. I have realized that I have forgotten about the contributors document and I have now configured my tools for signOff and gpg.

I do agree with if one wants to query tables outside of the job's QTEMP. What I have been doing is calling a program, it dumps into QTEMP and then...

@kadler, you bring up a good point. I was too fixed on rest I have forgotten about the odbc option of the connection. Thank you for the hint! I'll do...

Will you all consider the ability to set an existing opened odbc connection to the odbc transport? This should should allow me to open a connection, which establishes a job,...