Vailton,
We have not tested it yet. We will do it in few minutes.
Vailton,
We have not tested it yet. We will do it in few minutes.
Vailton,
We have tested it with Harbour and had to make some changes.
Still there is an error in line:
cSQL += " WHERE " + cRddSep + FLD_RECNO + cRddSep + " = " + AllTrim( Str( RecNo() ) )
RecNo() seems to be nil with Harbour.
It should be better and faster to test it, if we have everything -for now- in the same PRG.
The most recent version (the same that there is in the wiki) is here:
Creio que o correto é puxarmos o valor de RECNO() diretamente do campo SQL_RECNO, evitando processamento adicional e desnecessário...
Hi Antonio:
For people not to get lost keeping track of sqlwin.prg program logic through your msginfo's, why not to put the code line number as a part of second parameter in each msginfo call ?
I could do it but don't know the wiki's operation.
Best regards.
Manuel Mercado
Dear Manuel,
We provide you write access to the wiki so you can modify it yourself and help us ![]()
Your suggestion seems very interesting, thanks!
You will receive an email in some minutes with your login and password for the wiki.
Antonio Linares wrote:It should be better and faster to test it, if we have everything -for now- in the same PRG.Hi Antonio, Vailton:
I had the pleasure to have a live session with Manuel Mercado, using TeamViewer, and now he has already started cooperating in the wiki.
Thanks Manuel! ![]()
#command TRACE <x> => MsgInfo( <x>, ProcName(0) + "(" + LTrim( Str( ProcLine( 0 ) ) ) + ")" )#command TRACE [ <list,...> ] => MsgInfo( valToPrg(<list>), ProcName(0) + "(" + LTrim( Str( ProcLine( 0 ) ) ) + ")" )Vailton,
Yes, good idea ![]()
Antonio Linares wrote:I had the pleasure to have a live session with Manuel Mercado, using TeamViewer, and now he has already started cooperating in the wiki.Hi Antonio:
From today until Friday I'm working on a internal project. I will not have time for this project, but hope to complete shortly the SKIPRAW() implementation.
Vailton,
Thanks! ![]()
What about this RDD performance compared to ADSRDD?
I guess simulating ISAM logic with SQL statements make the performance very low to use in real world huge applications.
Regards,
Roberto Parisi
Roberto,
We have not tested it yet with real connections, so we don't know how fast it will be yet ![]()