Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
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 
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 
That's because your not finishing the processing of the data. You don't add all those records to the database (or whatever your using as a database) all at once in a single dataset. You read a record out of your file, parse it up, process it, then send it to it's destination. You DON'T store it in a dataset, or any other memory object for that matter. Let the database do it's job. Don't try and do the job for it. You already found out why...




RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

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 
GeneralRe: enum Questions Pin
Heath Stewart19-Nov-04 8:12
protectorHeath Stewart19-Nov-04 8:12 
GeneralRe: enum Questions Pin
Daniel Turini20-Nov-04 5:47
Daniel Turini20-Nov-04 5:47 
GeneralRe: enum Questions Pin
niceguyeddie22-Nov-04 6:22
niceguyeddie22-Nov-04 6:22 

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.