WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: td on January 11, 2021, 11:08:23 AM

Title: SQLite Extender
Post by: td on January 11, 2021, 11:08:23 AM
Jim Taylor has graciously given his permission for ILC LLC to add his SQLite extender to the Tech Support archive of third-party extenders.  It can be downloaded directly from a link embedded in the Tech Database article that can be found here:

https://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/nftechsupt.web+WIL~Extenders/_Third~Party~Extenders/SQLite+SQLite~Extender.txt (https://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/nftechsupt.web+WIL~Extenders/_Third~Party~Extenders/SQLite+SQLite~Extender.txt)

Jim deserves a lot of thanks for putting in the time and effort to code this extender for the WinBatch community.
Title: Re: SQLite Extender
Post by: stanl on January 11, 2021, 12:43:37 PM
Quote from: td on January 11, 2021, 11:08:23 AM

Jim deserves a lot of thanks for putting in the time and effort to code this extender for the WinBatch community.


Ditto.
Title: Re: SQLite Extender
Post by: KeithW on January 11, 2021, 04:19:14 PM
Absolutely, THANX Jim !!
Title: Re: SQLite Extender
Post by: kdmoyers on January 12, 2021, 04:23:25 AM
Tons of effort  by Jim and the other contributors.  We are truly fortunate.
-Kirby
Title: Re: SQLite Extender
Post by: JTaylor on January 12, 2021, 07:50:51 AM
Indeed Kirby.  Just yesterday I found a solution, in the Tech Database, to a problem for which I wouldn't have had the first idea on how to solve.

Jim
Title: Re: SQLite Extender
Post by: jmburton2001 on January 12, 2021, 08:44:10 AM
Quote from: jmburton2001 on October 14, 2020, 08:36:21 AM
JTaylor has been a member of these forums for years and I consider him one of the best sources of information, even for obscure tasks. In short, he's an expert.

No one here has ever owned a working crystal ball or has been able to "divine" what a user wants. When someone like JTaylor offers you help, you'd be a fool to alienate him.

I stand by my previous assertions...

Thank you Jim for all that you do!  :D
Title: Re: SQLite Extender - Update
Post by: JTaylor on January 27, 2021, 04:00:16 PM
Fixed a minor thing and also resolved the hokey way I was doing the GetRows() stuff, regarding row counts.  You can now just do a standard select like one would expect.  Thought what changed would take more time but turned out it was slightly faster.

        http://www.jtdata.com/anonymous/wbsql44i.zip

Tony, if you would please make any needed updates on your side.   Thanks.


Jim