Hola,
Sigo sin poder echar a volar letodb, ya ora si que no c por donde buscarle, bajo un servido nunca pude echarlo a volar, opte por probarlo en mi pc como localhost, y ooo sopresa, tampoco jala, que estare haciendo mal,
dejo mi informacion
****** ARCHIVO letodb.log
07/14/08 15:18:01: Leto DB Server has been started.
07/14/08 15:21:31: Open error (15-1002): f:\letodb\data\bases.DBF
****** ARCHIVO letodb.ini
Port = 2812
DataPath =f:\letodb\data
Logfile = "letodb.log"
Default_Driver = CDX
****** ARCHIVO sample.prg
#Include "Fivewin.ch"
FUNCTION Main()
LOCAL cServer := '//localhost:2812\'
REQUEST LETO
RDDSETDEFAULT("LETO")
IF Leto_Connect(cServer)==-1
msginfo("no hay conexion con el servidor "+cServer)
return NIL
ELSE
msginfo("Conexion establecida con el servidor "+cServer)
ENDIF
USE "//localhost:2812\bases.DBF"
BROWSE()
USE
RETURN NIL
Como ven esta esto muy sencillo y no funciona
alguna pista, adjunto tambien las imagenes de mis carpetas y como tengo la info...
http://img403.imageshack.us/my.php?image=letodb3no9.jpg
url=http://img403.imageshack.us/my.php?image=letodb3cn2.jpg
gracias
salu2
paco