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
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
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
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
+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
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
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