Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Text file limitations with FileSystemObject?


Message #1 by "Jenifer Mundstock" <jenifer@s...> on Thu, 6 Dec 2001 00:45:19 -0600
This is a multi-part message in MIME format.



------=_NextPart_000_0063_01C17DEF.47B2F210

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



Hey all,

I'm currently using the FileSystemObject to write to a text file.  Is 

there a limit to how much data I can store in this text file?  We're 

using a Windows 2000 Server.  I've been looking everywhere (p2p, 

15seconds, Microsoft, etc.) and can't seem to find any info on this.  Of 

course, it's late, so it's probably right in front of me but I'm still 

missing it.  sigh.



Thanks for any info you may have,



Jenifer








Message #2 by "Jason Salas" <jason@k...> on Thu, 6 Dec 2001 16:47:31 +1000
This is a multi-part message in MIME format.



------=_NextPart_000_000B_01C17E75.B29D2100

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



Well, serve logfiles can get as high as several hundred megabytes, and 

these are pure .TXT ASCII files...with millions of lines in them.  I 

think this is more dependent on your server and how much diskspace you 

have free.  I'd also try and keep the filesize from not getting not too 

large...resulting in slower access time.



HTH,

Jason





  ----- Original Message -----

  From: Jenifer Mundstock

  To: ASP Web HowTo

  Sent: Thursday, December 06, 2001 4:45 PM

  Subject: [asp_web_howto] Text file limitations with FileSystemObject?





  Hey all,

  I'm currently using the FileSystemObject to write to a text file.  Is 

there a limit to how much data I can store in this text file?  We're 

using a Windows 2000 Server.  I've been looking everywhere (p2p, 

15seconds, Microsoft, etc.) and can't seem to find any info on this.  Of 

course, it's late, so it's probably right in front of me but I'm still 

missing it.  sigh.



  Thanks for any info you may have,



  Jenifer






$subst('Email.Unsub').







  Return to Index