DTS application
From: Patty O'Dors (PattyODors_at_discussions.microsoft.com)
Date: 08/11/04
- Next message: Your_name: "Re: For vs. For Each"
- Previous message: Bruce Parker: "Attempting to SetValue in FieldInfo Reflection class"
- Next in thread: Nicholas Paldino [.NET/C# MVP]: "Re: DTS application"
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: DTS application"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Aug 2004 08:09:06 -0700
Hi
I've got C# application that makes quite extensive use of the DTS object
library via COM interop, and whilst it's OK with small tables, on large
tables it crashes when it gets to about 120,000 rows.
The app has got exception handling in it, but an exception doesn't even get
raised - it just goes for "memory could not be read" - no exception gets
thrown that I can handle.
The application uses a separate thread and used BeginInvoke to post progress
messages back to the form, but I'm convinced it's not this that's causing it
as I've done it properly and it works ok for small tables (up to 40,000 rows)
What could be causing it?
- Next message: Your_name: "Re: For vs. For Each"
- Previous message: Bruce Parker: "Attempting to SetValue in FieldInfo Reflection class"
- Next in thread: Nicholas Paldino [.NET/C# MVP]: "Re: DTS application"
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: DTS application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading