Re: This seems slow...Why???
From: Miha Markic [MVP C#] (miha)
Date: 03/03/04
- Next message: Miha Markic [MVP C#]: "Re: connection pool weirdness"
- Previous message: 2: "How do I query a dataset?"
- In reply to: Bob McCormick: "Re: This seems slow...Why???"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 3 Mar 2004 09:47:48 +0100
Hi Bob,
Nah, it should be fast. I guess that you have a problem somewhere.
Try creating a new instance of dataset and pass to Fill method so you'll be
sure that there is no binding involved.
-- Miha Markic [MVP C#] - RightHand .NET consulting & software development miha at rthand com www.rthand.com "Bob McCormick" <anonymous@discussions.microsoft.com> wrote in message news:D8A8D20F-B1F8-4C9D-BA1B-27F479498433@microsoft.com... > Hi Miha, > > Initially yes, but I have since cleared all of the data binding properties and it's still slow. But even after doing that, I still see data loading in the form when I rerun. Almost like what I deleted never happened, yet there aren't any databindings viewable in properties, and I've also looked in the generated code too. > > This is much too strange. Using VS2003, so not sure if I'm completely lost (probably) or something still not right in code. > > Regardless, even if I had bound my controls, this seems incredibly slow to me for such a simple form. What would be faster? Doing everything manually and not binding at all? No problem if that's the case, just lost some of the lustre however. > > I'm terribly confused at this point and certainly couldn't live with this performance. This is worse than Java a couple of revs back! > > Appreciate any thoughts you'd care to share. > > Thanks...Bob
- Next message: Miha Markic [MVP C#]: "Re: connection pool weirdness"
- Previous message: 2: "How do I query a dataset?"
- In reply to: Bob McCormick: "Re: This seems slow...Why???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|