Re: DataSet
From: Rodrigo (rborges11_at_hotmail.com)
Date: 06/11/04
- Next message: JO: ".Net CF SP2 ListviewItem.Select bug (?)"
- Previous message: Tim Wilson: "Re: Compact framework SDK"
- In reply to: Paul G. Tobey [eMVP]: "Re: DataSet"
- Next in thread: William Ryan eMVP: "Re: DataSet"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Jun 2004 14:23:41 -0300
Dears Paul and Wilian,
I think the DataGrid is not gonna work very well for me, because there are a
lot of tables to fill. I have a big form and some master \ details on it.
I don't have experience with C# and I've tryed to understand these objects
and the best way to use them.
After you sent me the examples, I could make good changes in my code. Now I
can fill a DataSet and bind controls with the data.
Now, I have problems to change the data.
I´ve set the UpdateCommand() and I'm using the EndEdit() and AcceptChanges()
but I can't apply the changes to the database.
The is no error messages, but the changes doesn't apply on the db.
Thanks for your help.
Rodrigo.
"Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> wrote in
message news:%23YDp%234ZTEHA.3336@TK2MSFTNGP10.phx.gbl...
> I'm pretty sure I don't understand the question. If you are asking, how
> should you display tabular data, I'd say a DataSet and a DataGrid, as my
> query sample code did. If this application has only one job: populating
the
> database, then you can ask the user questions or whatever you want to get
> the data values...
>
> Paul T.
>
> "Rodrigo" <rborges11@hotmail.com> wrote in message
> news:OKqU%23gZTEHA.1988@TK2MSFTNGP12.phx.gbl...
> > Thanks Paul for your help.
> >
> > I have more questions.
> >
> > I've created a database using sql server CE in a MS Pocket PC device.
> > My database has a lot of tables and I have to make an app that provide
> user
> > to fill it offline.
> >
> > The user has to choose the customer in a combobox and then the system
show
> > all the data in some objects like textbox and combox, etc. But, the data
> has
> > come by a lot of tables and the user has to change it.
> >
> > How is the best way to do this?
> >
> > Using DataSet?
> > Using SQLCEDataAdapter?
> > Using SQLCEDataReader?
> >
> > Thanks for any help.
> >
> >
>
>
- Next message: JO: ".Net CF SP2 ListviewItem.Select bug (?)"
- Previous message: Tim Wilson: "Re: Compact framework SDK"
- In reply to: Paul G. Tobey [eMVP]: "Re: DataSet"
- Next in thread: William Ryan eMVP: "Re: DataSet"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|