Re: Greg Reichert / GLRsoftware.com

2020-06-25 Thread Gianni Turri
Unfortunately, you are out of luck with the desired SysObj.zip file but other zip files are available and downloadable: https://web.archive.org/web/20160315060859if_/http://glrsoftware.com/Download/FUnit.zip

Re: Bizarre scenario solved by READWRITE clause on end of SELECT SQL (SOLVED)

2020-06-25 Thread Jean Laeremans
' Another classic case is Gender: you always get half the population as hits.' Not really true anymore...LOL On Thu, Jun 25, 2020 at 2:45 PM Ed Leafe wrote: > On Jun 24, 2020, at 21:32, MB Software Solutions, LLC < > mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > > > > So much for my

Re: Bizarre scenario solved by READWRITE clause on end of SELECT SQL (SOLVED)

2020-06-25 Thread Ed Leafe
On Jun 24, 2020, at 21:32, MB Software Solutions, LLC wrote: > > So much for my seeing if the DELETED() index helped. As I said...I don't > think any very small performance gain would be worth the aggravation this > caused. (Made me doubt other areas working for years tooyou know, the

Re: AW: Bizarre scenario solved by READWRITE clause on end of SELECT SQL

2020-06-25 Thread MB Software Solutions, LLC
I did set it as  BINARY index.  I changed all my logical field indexes to binary a long time ago.  My reasoning for what I said is that I would have to go back to anywhere where I didn't have the READWRITE or NOFILTER clause and expected to show the RECCOUNT() like the example I posted, then

AW: Bizarre scenario solved by READWRITE clause on end of SELECT SQL

2020-06-25 Thread Jürgen Wondzinski
The INDEX on DELETED is absolutely ok, if you do it as a BINARY index. The BINARY index is basically the rushmore map. Each record is represented as one bit, thus the resulting indexmap is way smaller and faster than the traditional indexing map. [excessive quoting removed by server]

AW: Greg Reichert / GLRsoftware.com

2020-06-25 Thread Jürgen Wondzinski
Sorry for that base64. Stupid mobile phone can't do pure text mails anymore, it seems. As for the zip files: Yea, the link is there, but WayBack doesn't archive the files itself, only the HTML. > --- > [excessive quoting removed by server] ___ Post