I need to read large data files.
The sizes exceed 6Gb.
I need to read thru them in binary format.
Best as I can tell, C++ appears to be
limited to files that are 2,147,483,647 bytes.
The OS...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20149890.html
Zones:
C++Date Answered: 08/09/2001 Rating: 7.2 Views: 0
I am not using an ASP upload component
I am able to upload a file to the server but I then want to email it to an email address specified in the form
i cannot do strTo=Request.Form("useremail") ...
http://www.experts-exchange.com/Programming/Misc/Q_20633514.html
Zones:
ProgrammingDate Answered: 06/02/2003 Rating: 6.6 Views: 0
Ok, I am familiar with the BinaryReader class, and it's plethora of supported data formats
yet it is still very limited to what I need to do.
EXPERTS, what do you think is the best way, in .N...
http://www.experts-exchange.com/Programming/Misc/Q_21177830.html
Zones:
ProgrammingDate Answered: 11/05/2004 Rating: 7.6 Views: 0
BinaryReader br = new BinaryReader(reader);
Please advice. Thanks,
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21845871.html
Zones:
C#Date Answered: 05/30/2006 Rating: 9.0 Views: 0
Hi All,
I'm using an asp page to pull in data from a form and a file, upload the file to the server and then make an entry in a database.
Indivually, it works fine and I can upload files usin...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10291194.htm...
Zones:
ASPDate Answered: 02/09/2000 Rating: 9.2 Views: 0
Hi,
Here's my code:
Set oXMLHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
oXMLHTTP.Open "POST", "http://mysite.com/mypage.asp", False
vntPostedData = Request.BinaryR...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20522300.htm...
Zones:
ASPDate Answered: 11/22/2003 Rating: 8.2 Views: 0
After 10 years at system administration, I thought I'd learn VB.Net by taking on a project in the office. But I'm finding that I'm in over my head.
I need to parse through a tagged-field format ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20874019.html
Zones:
.NETDate Answered: 02/10/2004 Rating: 7.6 Views: 0
I'm trying to read mixed data (text & binary) from a network stream. The data format i have chosen is similar to the mail format:
(Text in Brackets [ ] is substituted with appropriate data)
M...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20941182.html
Zones:
C#Date Answered: 04/06/2004 Rating: 8.0 Views: 11
Hi Experts!
I know this question may have been asked before but I can't seem to find anything with real value for the application I need.
Here's the situation:
1. I need to store an image in...
http://www.experts-exchange.com/Programming/Misc/Q_21179124.html
Zones:
ProgrammingDate Answered: 11/01/2004 Rating: 7.4 Views: 0
What is the best way to check for EOF (without moving the read pointer) with a Binary Reader? Thanks
Nick
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21612321.html
Zones:
C#Date Answered: 10/30/2005 Rating: 9.6 Views: 27