--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-users+unsubscribe@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-users+unsubscribe@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
Hi,
you have to understand, that there is the data at server, and a copy of the data at client side ( == your application ).
To get changed data from server, you have to request for that with a DbGoto() or DbSkip().
--
* unfortunately DbSkip(0) will never! fetch new data *
For other DbSkip( != 0 ) the default hotbuffer timeout is 1 second.
It can be changed by using the 5. param of:
leto_Connect( "//IP:port/", /*user*/, /*password*/, /*timeout*/, 1 /*hotbuffer*/ )
Minimum: 1
Do not use 0: that is infinite caching.
Default: 100 == 100/100 == 1 second.
--
At server, minimum:
Cache_Records = 1
regards
Rolf
LBM_DBSETFILTERARRAY not working is my showstopper.
There are still some unsolved problems.Occasionally occurs internal error (Unrecoverable error 6005: Exception error) in the commands like SKIP, RecNo(), etc. without a visible reason. This only happens on some computers. There are also various limitations. For example, transactions have serious limitations if you use a greater amount of data. SET FILTER can not use other working areas.
Hi Rolf,
Would you mind sharing the downlink of LetoDBf-ork?
TIA,
Mario
--
https://github.com/elchs/LetoDBf
I will prepare an own thread for that, as months of mine work therein ...
best regards
Rolf
Sorry for that Rolf. Thanks!
--