Re: Who is using PostGreSQL?
Posted: Fri Jan 21, 2022 8:58 am
Jimmy doesn't like it. It's his right, he likes complex things.
Code: Select all
.T.
Donnay Software Web Forums
https://bb.donnay-software.com/donnay/
https://bb.donnay-software.com/donnay/viewtopic.php?f=15&t=2944
Jimmy doesn't like it. It's his right, he likes complex things.
Code: Select all
.T.
Aha! Now I understand why he doesn't use eXpress++.it seems that Jimmy doesn't like it. It's his right, he likes complex things.
i do also look "outside" Xbase++ World that´s all
Code: Select all
#command SKIP => o:SQLSkip(1)
#command SKIP <n> => o:SQLSkip(<n>)
Code: Select all
DO WHILE !EOF()
IF EVAL(bBlock)
AAdd( aArray, RecNo() )
ENDIF
SKIP
ENDDO
Code: Select all
DbEval( {|| AAdd( aArray, RecNo() ) } , ;
bFor, bWhile, nCount, , lRest )
I do that in lots of places now.so what you think about a *.CH to "translate" xBase Command to OOP-Syntax