Re: [Harbour] HBNetIO file functions

2010-05-05 Thread Alex Strickland
Mindaugas Kavaliauskas wrote: Here is a sample code, how I copy data.dbf to MEMIO for a much faster report generation using memory file instead of (possibly remote) file. If you change "data.dbf" to "net:data.dbf" you'll have a function to NETIO file to MEMIO file. I briefly looked to see if I

Re: [Harbour] HBNetIO file functions

2010-05-04 Thread Qatan
Hello Mario, 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 perfor

Re: [Harbour] HBNetIO file functions

2010-05-04 Thread Mario H. Sabado
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" Subject: Re: [Harbour] HBNetIO file functions To: "Harbour Project Main Developer List." Message-ID:<6ee9632a6a5a48ebb0

Re: [Harbour] HBNetIO file functions

2010-05-04 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.04 17:30, Alex Strickland wrote: Maybe this small test will help someone to see how easy it is to read and write non DBF files using netio RPC. The primary purpose of NETIO was file sharing, so, it supports this functionality even without RPC and without any Harbour level overh

Re: [Harbour] HBNetIO file functions

2010-05-04 Thread Massimo Belgrano
+1 2010/5/4 Qatan > 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 > y

Re: [Harbour] HBNetIO file functions

2010-05-04 Thread Qatan
Qatan - Original Message - From: "Alex Strickland" To: "Harbour Project Main Developer List." Sent: Tuesday, 4 de May de 2010 11:30 Subject: [Harbour] HBNetIO file functions Hi Maybe this small test will help someone to see how easy it is to read and write non

[Harbour] HBNetIO file functions

2010-05-04 Thread Alex Strickland
Hi Maybe this small test will help someone to see how easy it is to read and write non DBF files using netio RPC. Regards Alex /* * $Id: netiot04.prg 14415 2010-04-30 09:39:25Z druzus $ */ /* * Harbour Project source code: *demonstration/test code for alternative RDD IO API, RPC and