Click here to Skip to main content
15,899,126 members
Home / Discussions / C#
   

C#

 
GeneralRe: Operator Over Loading Pin
Sendilkumar.M21-Nov-04 16:31
Sendilkumar.M21-Nov-04 16:31 
GeneralI need UPS minidriver sample Pin
tlongman19-Nov-04 13:29
tlongman19-Nov-04 13:29 
GeneralGetHashCode() Pin
Joe Woodbury19-Nov-04 7:28
professionalJoe Woodbury19-Nov-04 7:28 
GeneralRe: GetHashCode() Pin
Daniel Turini19-Nov-04 7:39
Daniel Turini19-Nov-04 7:39 
GeneralRe: GetHashCode() Pin
Heath Stewart19-Nov-04 7:54
protectorHeath Stewart19-Nov-04 7:54 
GeneralImport data Pin
bouli19-Nov-04 6:57
bouli19-Nov-04 6:57 
GeneralRe: Import data Pin
Heath Stewart19-Nov-04 8:03
protectorHeath Stewart19-Nov-04 8:03 
GeneralRe: Import data Pin
bouli19-Nov-04 8:36
bouli19-Nov-04 8:36 
Hi Heath,

Thanks for your answer.

In a first time, I need to import data from a text file with a delimiter.
I guess that things like ODBC does automatically that. or maybe there is something already done in .NET.

In my 1st esquisse of the importer, I use the DataSet class to store the read data from the text file, and I use the StreamReader to read the contents of the text file.

Storing in a DataSet object the contents of the analyzed text file goes well.
BUT...

The day the data from the text file takes a huge amount of disk space (more than the physical memory itself), the entire data can't fit into the memory. So, we need to read little by little the data. There are several text files that contains exported data from an Database server that are huge in size. Then, using DataSet won't feet in memory.

I guess that MS has done something that matches with this problem, because most software does data importation. In an old time, ODBC was the answer to data importation/exportation.

So, I guess also that .NET provide something like ODBC and text drivers to read data stored in text is a specified formating (separated by a delimiter like coma, tab...)

Best regards.


There is no spoon.
GeneralRe: Import data Pin
Nick Parker19-Nov-04 9:32
protectorNick Parker19-Nov-04 9:32 
GeneralRe: Import data Pin
bouli19-Nov-04 9:47
bouli19-Nov-04 9:47 
GeneralRe: Import data Pin
Dave Kreskowiak19-Nov-04 10:00
mveDave Kreskowiak19-Nov-04 10:00 
GeneralRe: Import data Pin
bouli19-Nov-04 10:07
bouli19-Nov-04 10:07 
GeneralRe: Import data Pin
Heath Stewart19-Nov-04 10:10
protectorHeath Stewart19-Nov-04 10:10 
GeneralRe: Import data Pin
bouli19-Nov-04 10:14
bouli19-Nov-04 10:14 
GeneralRe: Import data Pin
Heath Stewart19-Nov-04 10:16
protectorHeath Stewart19-Nov-04 10:16 
GeneralRe: Import data Pin
bouli19-Nov-04 10:29
bouli19-Nov-04 10:29 
GeneralRe: Import data Pin
Nick Parker19-Nov-04 19:41
protectorNick Parker19-Nov-04 19:41 
GeneralRe: Import data Pin
bouli19-Nov-04 21:52
bouli19-Nov-04 21:52 
GeneralRe: Import data Pin
Nick Parker20-Nov-04 5:07
protectorNick Parker20-Nov-04 5:07 
GeneralRe: Import data Pin
bouli20-Nov-04 5:08
bouli20-Nov-04 5:08 
GeneralRe: Import data Pin
Heath Stewart19-Nov-04 10:13
protectorHeath Stewart19-Nov-04 10:13 
Generalenum Questions Pin
niceguyeddie19-Nov-04 6:31
niceguyeddie19-Nov-04 6:31 
GeneralRe: enum Questions Pin
Daniel Turini19-Nov-04 6:55
Daniel Turini19-Nov-04 6:55 
GeneralRe: enum Questions Pin
Dennis C. Dietrich19-Nov-04 6:59
Dennis C. Dietrich19-Nov-04 6:59 
GeneralRe: enum Questions Pin
niceguyeddie19-Nov-04 7:25
niceguyeddie19-Nov-04 7:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.