main logo
Subject: Re: Low Level very large file copyI have the reuirement
Author: "Chet Gardiner"
Posted: 2003/11/30 03:34:00
 
View Entire Thread
New Search


I've tried something like that too. The problem is that Fseek(), Fgets(),
Fread(), etc. are also limited to 2 gig.

The problem is that Fox can't utilize an offset greater than 2 gig. So it will
let you segment the files up to 2gig into the file, then Kaput!


----- Original Message -----
From: "Gérard LOCHON" <g-lochon /AT/ wanadoo .DOT fr>
To: <profoxtech@leafe.com>
Sent: Sunday, November 30, 2003 12:48 AM
Subject: Re: Low Level very large file copyI have the reuirement


Yes indeed it's 2go limited.


But you can split the source file into many temp files with low level,
then issue an old dos copy + !

Gérard.


----- Message d'origine -----
De : "Chet Gardiner" <chetdude /AT/ pacbell .DOT net>
À : <profox@leafe.com>
Envoyé : dimanche 30 novembre 2003 09:33
Objet : Re: Low Level very large file copyI have the reuirement


> Foxpro low level file I/O is ALSO limited by Fox 2gig limit.
>
> I've tried it (with VFP 6.0) and it don't work.
>



[excessive quoting removed by server]


 
©2003 Chet Gardiner
<-- Prior Message New Search Next Message -->