Page 1 of 2
LetoDB: Client/Server for [x]Harbour
Posted: Mon Apr 07, 2008 6:03 pm
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
Posted: Mon Apr 07, 2008 10:04 pm
by Antonio Linares
Yes, indeed
Posted: Tue Apr 08, 2008 6:24 am
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
Posted: Wed Apr 09, 2008 12:11 pm
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,
Posted: Wed Apr 09, 2008 12:45 pm
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
Posted: Wed Apr 09, 2008 1:25 pm
by José Luis Sánchez
Thanks,
Please send the manager to
joseluis@alanit.com
Regards,
Posted: Wed Apr 09, 2008 1:32 pm
by Detlef Hoefner
Maurizio,
i'd be glad if you could send me your manager too.
Thanks and regards,
Detlef
Posted: Wed Apr 09, 2008 4:46 pm
by mmercado
Please Maurizio:
Me too, best regards
Manuel Mercado
Posted: Wed Apr 09, 2008 7:32 pm
by Jeff Barnes
Maurizio,
I too would like a copy
Posted: Thu Apr 10, 2008 2:22 am
by RAMESHBABU
Me too please.
Regards
- Ramesh Babu P
Posted: Thu Apr 10, 2008 7:18 am
by StefanHaupt
Maurizio,
me too, please.
Posted: Thu Apr 10, 2008 7:29 am
by Richard Chidiak
Maurizio
me too please
thank you
Richard
Posted: Thu Apr 10, 2008 7:40 am
by Antonio Linares
Maurizio,
We appreciate if you provide a download url, thanks!
Posted: Thu Apr 10, 2008 8:47 am
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,
Posted: Thu Apr 10, 2008 12:54 pm
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.