Hello,
Thanks for reply. Sure.
To download leto:
cvs -d:pserver:anonymous@letodb.cvs.sourceforge.net:/cvsroot/letodb checkout -r rel-1-mt letodb
Here is a cvs.exe:
http://bitshare.com/files/685v2mh1/cvs.exe.html
To build server and lib, there are bats at letodir.
This is a sample:
Function Main()
Local cPath := "//127.0.0.1:2812/letodb/"
REQUEST LETO, DBFCDX
RDDSETDEFAULT( "LETO" )
IF leto_Connect( cPath ) == -1 // check errors
MsgAlert( "Can't connect to server ..."+CRLF+CRLF+"Error: "+cValToChar(LETO_CONNECT_ERR()) )
quit
ENDIF
use ( cPath+"customer" ) SHARED New
dbgotop()
xbrowse()
dbcloseall()
QUIT
Return Nil
To this sample, add rddleto.lib.
I can also provide access to a public internet server. If interested, please indicate me your mail.
Using leto in local mode works very fast.
The problem is when accesing data via Internet, particulary xBrowse.
The rest of opperations (APPEND, LOCATE, SEEK, SET FILTER, ...) do very well via Internet, but not xBrowse.
Thank you very much.
Best regards,
Lucas
Muchas gracias. Many thanks.
Un saludo, Best regards,
Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]
Implementando MSVC 2010, FWH64 y ADO.
Abandonando uso xHarbour y SQLRDD.