Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. philyq1

    Trying to open a file that is 5 gig large

    Mike, It fails at the open step. The rest of the program does not even get executed. I tried this same program just heading the first 100 lines and it works. Just curious if anyone is able to tell me how to open a 5 gig file without splitting it before hand.
  2. philyq1

    Trying to open a file that is 5 gig large

    MikeLacey, That is what I am trying to do but since the file is over 5 gig, when I use the open function it gives me the following error. What do you mean by slurp into memory? ERROR: Opening Input File RE: Value too large for defined data type Here is the code I am using...
  3. philyq1

    Trying to open a file that is 5 gig large

    Thanks tikual and hello99 but is there a way without splitting the file?
  4. philyq1

    Trying to open a file that is 5 gig large

    I am trying to open a file that is over 5 gig and I get the follwoing error. Does anyone know the limitations on opening a file or how to get around it without splitting the file. ERROR Code 2: Opening Input File RE: Value too large for defined data type

Part and Inventory Search

Back
Top