LetoDBf
LetoDBf copied to clipboard
LetoDB fork - database server with RDD for Harbour client
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(). With...
I´m running letodb at a Linux server, Debian 12. My application is on Windows. It connects, find it (leto_file() return true), but return an error when opening the table. Dir...
root@Debian:/home/anderson/LetoDBf/tests# hbmk2 excltest.prg ``` root@Debian:/home/anderson/LetoDBf/tests# hbmk2 excltest.prg hbmk2: Processing local make script: hbmk.hbm Harbour 3.2.0dev (r2305191429) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'excltest.prg'... Lines 82, Functions/Procedures 2 Generating C source output...
Is it possible to make LETO_FERASE use file mask? DELETEFILE can use file mask but FERASE not. LETO_FERASE can´t use file mask... LETO_DIRECTORY seems not be working to me so...
I had these 2 issues: `IF oFTP:DOWNLOADFILE("controli.txt", cFTPFILE)` If I download a file it will be in aplication side (It won´t be in letodb.ini DATAPATH) . I need to download...
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...
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...
Before function MAIN() I put this: ``` #IFDEF __LETODBF // servidor LETODBF #include "rddleto.ch" // defines do RDD #include "dbinfo.ch" // Header file for the RDD API Index OrderInfo and...
Hi, Elchs I am trying to adapt my backup procedure with LETODBF. I have to copy files from server to local to zip files, am I right? That´s what I...