Re: [ADVANCED-DOTNET] Quick String question

2004-07-09 Thread Alex Ben-Ari
ive db, if so will the users tolerate 5 - 10 mins of slow / 0 response Are there triggers on the insertion table, if so how much impact will they have on speed. Can this process be done overnight? Is it a one time operation? HTH Davy J On Thu, 8 Jul 2004 14:59:01 +0100, Alex Ben-Ari <[EMA

Re: [ADVANCED-DOTNET] Quick String question

2004-07-08 Thread Alex Ben-Ari
tell me about connection pooling, I know about it. HTH, Stoyan > -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Alex Ben-Ari > Sent: Thursday, July 08, 2004 3:24 PM > To: [EMAIL PROTECTED] > Subject:

[ADVANCED-DOTNET] Quick String question

2004-07-08 Thread Alex Ben-Ari
Hello all. I wonder if anyone has dealt with the following and can enlighten me: My code is reading a long text field from database to memory (using DataReader.GetChars). It is about 250MB long. What I need to do is cut it up into smaller chunks (say 1K each) and write them back to DB. The followin

Re: [ADVANCED-DOTNET] Embedding Excel inside a windows form

2004-05-09 Thread Alex Ben-Ari
D=2&ItemID =12&Cat=Runtime&tabindex=5 regards, Robert > -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Alex Ben-Ari > Sent: Sunday, May 09, 2004 10:51 AM > To: [EMAIL PROTECTED] > Subject:

Re: [ADVANCED-DOTNET] Embedding Excel inside a windows form

2004-05-09 Thread Alex Ben-Ari
From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Alex Ben-Ari > Sent: Sunday, 09 May, 2004 04:52 > To: [EMAIL PROTECTED] > Subject: Re: [ADVANCED-DOTNET] Embedding Excel inside a windows form > > No, embed it inside a windows form. &

Re: [ADVANCED-DOTNET] Embedding Excel inside a windows form

2004-05-09 Thread Alex Ben-Ari
it in a web browser control? Vince --- AIM: pacelvi MSN: this email address Xbox: VinnyCHI > -Original Message- > From: Unmoderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Alex Ben-Ari > Sent: Sunday, 09 May, 2004 03:51 > To: [

[ADVANCED-DOTNET] Embedding Excel inside a windows form

2004-05-09 Thread Alex Ben-Ari
Hi all. How do I go about embedding an excel window inside a form in my application. The final effect I am looking for is just like a datagrid only the data grid is actually an excel window. Any pointers ? Thanks in advance, Alex. === This list is hosted by Develop

[ADVANCED-DOTNET] Catching access violations

2004-01-07 Thread Alex Ben-Ari
Hello all. The following is most troubling for me and I cannot get rid of it. Thought perhaps someone could help (hope this is not too unadvanced): I have a c# app. During its execution it needs to run a 3rd party executable. It does this through Process.Start and then Process.WaitForExit. The prob

Re: [ADVANCED-DOTNET] re Enumerating network machines

2003-12-08 Thread Alex Ben-Ari
result.Properties ) { Console.WriteLine( propEntry.Key.ToString() ); } Console.WriteLine(); } The Win2K server tool ldifde.exe will enumerate everything in a schema to help you find the right attributes you want to query. ---orig From:Alex Be

[ADVANCED-DOTNET] Enumerating network machines

2003-12-02 Thread Alex Ben-Ari
Hello all. I need to enumerate all the machines on our network in order to display a machine list in our application's gui. I was looking through the System.Management namespace, but couldn't find exactly how to do this. What is the selecy clause to pass to the ManagementObjectSearcher ctr for get