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,