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