From: Marcos G. <mar...@uo...> - 2011-10-06 23:34:59
|
Hi all, My environment: Harbour 3.0.0, MinGW and Windows Vista. LetoDB installed and running as a service. [letodb.ini] Port = 2812 DataPath = Log = letodb.log Default_Driver = NTX Lower_Path = 0 EnableFileFunc = 1 EnableAnyExt = 0 Pass_for_Login = 0 Pass_for_Manage = 0 Pass_for_Data = 0 Pass_File = "leto_users" Crypt_Traffic = 0 Share_Tables = 0 Cache_Records = Max_Vars_Number = 10000 Max_Var_Size = 10000 Trigger = PendingTrigger = Last entry in changelog: 2011-09-24 09:25 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) I can connect with the server, but the function leto_file always return false: ? leto_file("file.ext") // return false ? leto_file("mydir/file.ext") // return false ? leto_file("/mydir/file.ext") // return false ? leto_file("//localhost:2812/file.ext") // return false ? leto_file("//localhost:2812/mydir/file.ext") // return false As I understand, if the connection is ok, the directory is ok and the file exist, the function must return true. Regards, Marcos Gambeta |