Re: Velocity in Pockep PC
- From: "jm" <jm@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Sep 2005 01:06:01 -0700
Thanks for your anwer. I need help in data base access velocity. My forms
used to call a "show_data" function that ask 30 fields to the Data base.
Later I must ask the data base for description of 10 codes in the fields.
I work making the SQL intruction into a StringBuilder and I pass it to the
Execute Select function.
I try to use a multithread, but it works to much slow.
I work with Sql Server CE 2.0.
Thanks for your help.
Jorge
"Darren Shaffer" wrote:
> The topic of performance tuning your C# smart device app is a large one.
> Everything from caching your forms to using stringbuilders might help.
> You'll need to describe the specific areas of performance you want to
> tune (e.g. form rendering, database access, filling a datagrid, etc) in
> order
> to get useful help on this question.
> --
> Darren Shaffer
> ..NET Compact Framework MVP
> Principal Architect
> Connected Innovation
> www.connectedinnovation.com
>
> "jm" <jm@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:5CD062FC-4DB5-4B25-8D89-8ED5DC146B23@xxxxxxxxxxxxxxxx
> > Hi,
> >
> > I need help about my slow c# code.
> > I must work with c# I can't chage to em C++ 4.0
> >
> > I'm working with 5 forms accesing a SQL-Server database.
> >
> > Who can I increase velocoty of my code?
> > Any tip?
> >
> > Thanks
> >
> > Jorge
> >
>
>
>
.
- References:
- Velocity in Pockep PC
- From: jm
- Re: Velocity in Pockep PC
- From: Darren Shaffer
- Velocity in Pockep PC
- Prev by Date: getting a notification when cradle goes online
- Next by Date: how to modify wrapi to be able to use in 802.11g
- Previous by thread: Re: Velocity in Pockep PC
- Next by thread: Re: Velocity in Pockep PC
- Index(es):
Relevant Pages
|