-
Hi, Elchs
I use SET DEFAULT TO point my databases so instead I set to localhost but the command USE is not working.
_Example:_
```
xPath := "//127.0.0.1:2812/"
SET DEFAULT TO (xPATH)
leto_Conn…
-
Hi,
using harbour lastest version and Letodbf lastest version, with the use of a filter, dbUsearea generates an error before opening the file again witout using dbclearfilter() before dbclosearea()…
-
Hi Numerabilis,
xHarbour 'downward' compatibility have got lost over the time,
No wonder, as there wasn't any feedback from them since Patrick Mast asked me years ago.
it caused me significant wo…
-
Could you please insert Elch's fork of LetoDBF into the contribs?
I didn´t find anybody who could compile it with xharbour...
[https://github.com/elchs/LetoDBf](https://github.com/elchs/LetoDBf)
…
-
Hi,
Once a time somebody told me ADS is much better than LetoDBF and it´s free up to 5 users...
xHarbour v123 is not showing ADS anymore but there´s a rddads.lib file at lib folder.
I put this …
-
> Error LETO/1003 : Variable does not exist XANO
This error came out with LETO_DBF.
xANO is a public variable and it is seen (exist) in debug runtime normally. It is used in a temp index with a for…
-
I am getting this error randomly running Letodbf server in a Windows Server 2019:
`Unrecoverable error 9201: hb_cdxPageSeekKey: wrong parent key. `
In a simple `seek` command.
Letodbf server a…
-
> XCC: can't compile 3rd party 'lz4.c', compile it with PellesC >= 4.5 manually,
> and replace it in list of files for xBuilder with resulting 'lz4.obj':
> pocc.exe -Fo"obj\lz4.ob…
-
make_b32 full
> MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
> bcc32 -c -Iinclude;C:\XHB123\include;C:\PellesC\Include -d -tWM -D__WIN32__ -D__CONSOLE__ -DUSE_PMURHASH=1 -oobj\b32\letoc…
-
https://github.com/elchs/LetoDBf/blob/master/source/client/leto1.c#L561
If i'm not mistaken it is unsafe method to cast. You can point to memory where the other "half" of the number is not zeroed, …