Hi Qatan,

On 5/5/2010 12:52 AM, harbour-requ...@harbour-project.org wrote:
Message: 1
Date: Tue, 4 May 2010 13:09:52 -0300
From: "Qatan"<supo...@tribalbrasil.com>
Subject: Re: [Harbour] HBNetIO file functions
To: "Harbour Project Main Developer List."
        <harbour@harbour-project.org>
Message-ID:<6ee9632a6a5a48ebb01c525d65f24...@supports>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
        reply-type=original

Hello,

     I suggest to add this example to the contrib\hbnetio\tests folder.
     With more examples it is better to understand.
     I will try NETIO in the future, seems something very good  and
professional. I am afraid I don't know the power and possibilities of it
yet.
Well, in my experience after conversion, the speed difference is very noticeable on a heavy traffic network compared to a shared access application. I can also set the shared folder to Read Only from the server for direct file access security (accidental deletion?) while performing the normal application process via NETIO. I just need a variable that contains like cFileSvr:="net:<serverhost>:<server dbf folder>" then open dbf file as DbUseArea(.T., ,(cFileSvr+"dbfile")). I can then simply set cFileSvr:="" to operate on Non-NETIO environment. Personally, it is that flexible to switch between the usual way of opening dbf files and NETIO to achieve its amazing benefit.
     Thanks!

Qatan

Mario
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to