Re: Velocity in Pockep PC



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
> >
>
>
>
.



Relevant Pages

  • Re: Data add
    ... Val Mazur ... > I with ADO a data base access now I would like ... > data into the empty data base to add. ... > nevertheless with the function AddNew(); ...
    (microsoft.public.data.ado)
  • Data add
    ... I with ADO a data base access now I would like ... nevertheless with the function AddNew(); ...
    (microsoft.public.data.ado)
  • database access
    ... I created a database with sa rights, ... then for security reasons.. ... I created a users "us" and in database access ... I selected the said data base and checked the 2 top options. ...
    (microsoft.public.sqlserver.security)