Re: DTS application
From: Nicholas Paldino [.NET/C# MVP] (mvp_at_spam.guard.caspershouse.com)
Date: 08/11/04
- Next message: Silviuxa: "Re: Image Managing"
- Previous message: Your_name: "Re: For vs. For Each"
- In reply to: Patty O'Dors: "DTS application"
- Next in thread: Patty O'Dors: "Re: DTS application"
- Reply: Patty O'Dors: "Re: DTS application"
- Reply: Patty O'Dors: "Re: DTS application"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Aug 2004 11:15:26 -0400
Patty,
Just a guess, in the separate thread, are you setting the apartment
state of the thread?
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
"Patty O'Dors" <PattyODors@discussions.microsoft.com> wrote in message
news:79659116-3389-4E65-8D7A-D94D98B69730@microsoft.com...
> 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: Silviuxa: "Re: Image Managing"
- Previous message: Your_name: "Re: For vs. For Each"
- In reply to: Patty O'Dors: "DTS application"
- Next in thread: Patty O'Dors: "Re: DTS application"
- Reply: Patty O'Dors: "Re: DTS application"
- Reply: Patty O'Dors: "Re: DTS application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|