FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour LetoDB: Client/Server for [x]Harbour
Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
LetoDB: Client/Server for [x]Harbour
Posted: Mon Apr 07, 2008 06:03 PM
This project sound interesting:

Leto DB Server is a multiplatform database server or a database
management system, chiefly intended for client programs, written on Harbour,
be able to work with dbf/cdx files, located on a remote server.


http://sourceforge.net/project/showfile ... _id=216162

George
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
LetoDB: Client/Server for [x]Harbour
Posted: Mon Apr 07, 2008 10:04 PM

Yes, indeed :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
LetoDB: Client/Server for [x]Harbour
Posted: Tue Apr 08, 2008 06:24 AM

Yes it's very interesting .
I made a lot of test and it works fine , it's a little slow on a network.

Maurizio

Posts: 564
Joined: Thu Oct 13, 2005 09:23 AM
LetoDB: Client/Server for [x]Harbour
Posted: Wed Apr 09, 2008 12:11 PM

Hello Maurizio:
I have some questions about the use of LetoDB. How do you open an index ? Do you have the windows version of the monitor ? I haven't hwgui, and I can't make it.

Regards,

Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
LetoDB: Client/Server for [x]Harbour
Posted: Wed Apr 09, 2008 12:45 PM

If the file are DBFCDX the index is autoopen

REQUEST LETO
RDDSETDEFAULT( "LETO" )

IF leto_Connect( "//192.168.0.43:2812/MASTRO20/" ) == -1
MsgInfo( "Can't connect to server ..." )
else
MsgInfo("Connect")
ENDIF
USE "//192.168.0.43:2812\MASTRO20\rig_bol.DBF"
DBSETORDER(2)
BROWSE()
USE

I build manager.exe i cann email .
Maurizio

www.nipeservice.com

Posts: 564
Joined: Thu Oct 13, 2005 09:23 AM
LetoDB: Client/Server for [x]Harbour
Posted: Wed Apr 09, 2008 01:25 PM

Thanks,
Please send the manager to joseluis@alanit.com

Regards,

Posts: 312
Joined: Sat Oct 08, 2005 09:12 AM
LetoDB: Client/Server for [x]Harbour
Posted: Wed Apr 09, 2008 01:32 PM

Maurizio,

i'd be glad if you could send me your manager too.

Thanks and regards,
Detlef

Posts: 782
Joined: Wed Dec 19, 2007 07:50 AM
LetoDB: Client/Server for [x]Harbour
Posted: Wed Apr 09, 2008 04:46 PM

Please Maurizio:

Me too, best regards

Manuel Mercado

manuelmercado at prodigy dot net dot mx
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
LetoDB: Client/Server for [x]Harbour
Posted: Wed Apr 09, 2008 07:32 PM

Maurizio,

I too would like a copy :-)

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 654
Joined: Fri Oct 21, 2005 05:54 AM
LetoDB: Client/Server for [x]Harbour
Posted: Thu Apr 10, 2008 02:22 AM

Me too please.

Regards

  • Ramesh Babu P
Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
LetoDB: Client/Server for [x]Harbour
Posted: Thu Apr 10, 2008 07:18 AM

Maurizio,

me too, please.

kind regards

Stefan
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
LetoDB: Client/Server for [x]Harbour
Posted: Thu Apr 10, 2008 07:29 AM

Maurizio

me too please

thank you

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
LetoDB: Client/Server for [x]Harbour
Posted: Thu Apr 10, 2008 07:40 AM

Maurizio,

We appreciate if you provide a download url, thanks! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 564
Joined: Thu Oct 13, 2005 09:23 AM
LetoDB: Client/Server for [x]Harbour
Posted: Thu Apr 10, 2008 08:47 AM
Maurizio,
I've recompiled the letoDB lib with my version of xHarbour, and using this code to try:

#include "FiveWin.ch"

function Main()

   REQUEST LETO
   RDDSETDEFAULT( "LETO" )

  if leto_Connect( "//10.103.70.53:2812\data\" ) == -1
      MsgAlert( "Can't connect to server ..." )
      retu nil
   else
      MsgInfo("Conectado")
   endif

   USE "//10.103.70.53:2812\data\customer.dbf" NEW

   Browse()

   USE

return nil


I start the letodb server, and the program conects to the server but when trying to open the table I get this error:

Error description: Error LETO/1021 Data type error: -003:21-1001

Can you help me ? Is there any forum to discuss about letoDB ?

Regards,
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
LetoDB: Client/Server for [x]Harbour
Posted: Thu Apr 10, 2008 12:54 PM

This is the manager.exe

http://rapidshare.com/files/106359652/manage.zip.html

with the build 7 Alexander will put it on the CVS

Maurizio

www.nipeservice.com

//----------------------------------------------------------------------

Hello Maurizio,

> Cann I put it in a FTP for download,

Yes, of course.

> or cann you put it in the CVS ?

Probably, I'll do this a bit later - while build7 release.

Regards,
Alexander.