LetoDB: Client/Server for [x]Harbour

George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

LetoDB: Client/Server for [x]Harbour

Post by George »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Yes, indeed :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

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

Maurizio
User avatar
José Luis Sánchez
Posts: 484
Joined: Thu Oct 13, 2005 9:23 am
Location: Novelda - Alicante - España
Contact:

Post by José Luis Sánchez »

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,
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

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
User avatar
José Luis Sánchez
Posts: 484
Joined: Thu Oct 13, 2005 9:23 am
Location: Novelda - Alicante - España
Contact:

Post by José Luis Sánchez »

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

Regards,
User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

Post by Detlef Hoefner »

Maurizio,

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

Thanks and regards,
Detlef
User avatar
mmercado
Posts: 782
Joined: Wed Dec 19, 2007 7:50 am
Location: Salamanca, Gto., México

Post by mmercado »

Please Maurizio:

Me too, best regards

Manuel Mercado
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

Post by Jeff Barnes »

Maurizio,

I too would like a copy :-)
Thanks,
Jeff Barnes

(FWH 12.01, xHarbour 1.2.1, Bcc582)
User avatar
RAMESHBABU
Posts: 591
Joined: Fri Oct 21, 2005 5:54 am
Location: Secunderabad (T.S), India

Post by RAMESHBABU »

Me too please.

Regards

- Ramesh Babu P
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Post by StefanHaupt »

Maurizio,

me too, please.
kind regards
Stefan
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Post by Richard Chidiak »

Maurizio

me too please

thank you

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Maurizio,

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

Antonio Linares
www.fivetechsoft.com
User avatar
José Luis Sánchez
Posts: 484
Joined: Thu Oct 13, 2005 9:23 am
Location: Novelda - Alicante - España
Contact:

Post by José Luis Sánchez »

Maurizio,
I've recompiled the letoDB lib with my version of xHarbour, and using this code to try:

Code: Select all

#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,
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

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.
Post Reply