LetoDB: Client/Server for [x]Harbour

LetoDB: Client/Server for [x]Harbour

Postby George » Mon Apr 07, 2008 6: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
George
 
Posts: 725
Joined: Tue Oct 18, 2005 6:49 pm

Postby Antonio Linares » Mon Apr 07, 2008 10:04 pm

Yes, indeed :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41469
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Maurizio » Tue Apr 08, 2008 6: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
User avatar
Maurizio
 
Posts: 799
Joined: Mon Oct 10, 2005 1:29 pm

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

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

Postby José Luis Sánchez » Wed Apr 09, 2008 1:25 pm

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

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

Postby Detlef Hoefner » Wed Apr 09, 2008 1:32 pm

Maurizio,

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

Thanks and regards,
Detlef
User avatar
Detlef Hoefner
 
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany

Postby mmercado » Wed Apr 09, 2008 4:46 pm

Please Maurizio:

Me too, best regards

Manuel Mercado
User avatar
mmercado
 
Posts: 782
Joined: Wed Dec 19, 2007 7:50 am
Location: Salamanca, Gto., México

Postby Jeff Barnes » Wed Apr 09, 2008 7:32 pm

Maurizio,

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

(FWH 16.11, xHarbour 1.2.3, Bcc730)
User avatar
Jeff Barnes
 
Posts: 929
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada

Postby RAMESHBABU » Thu Apr 10, 2008 2:22 am

Me too please.

Regards

- Ramesh Babu P
User avatar
RAMESHBABU
 
Posts: 616
Joined: Fri Oct 21, 2005 5:54 am
Location: Secunderabad (T.S), India

Postby StefanHaupt » Thu Apr 10, 2008 7:18 am

Maurizio,

me too, please.
kind regards
Stefan
StefanHaupt
 
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Postby Richard Chidiak » Thu Apr 10, 2008 7:29 am

Maurizio

me too please

thank you

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Postby Antonio Linares » Thu Apr 10, 2008 7:40 am

Maurizio,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41469
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby José Luis Sánchez » Thu Apr 10, 2008 8:47 am

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

Code: Select all  Expand view
#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
José Luis Sánchez
 
Posts: 540
Joined: Thu Oct 13, 2005 9:23 am
Location: Novelda - Alicante - España

Postby Maurizio » 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.
User avatar
Maurizio
 
Posts: 799
Joined: Mon Oct 10, 2005 1:29 pm

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 26 guests