Newbie question on Pocket PC

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
classicmydac
Posts: 38
Joined: Fri 23 Dec 2005 11:51

Newbie question on Pocket PC

Post by classicmydac » Sat 11 Mar 2006 17:26

I need to capture the following data on pocket PC 2005.

5 text fields
2 image paths eg\mypictures\image1 .... image2

I can access the camera API and re-name and save the images to a useful filename etc. I will only be storing the path to the image in the tables.


I need to store and view this data on the pocket PC in a database to enable collection of data throught the day then upload all the data and images and the end of the day to myslq.

I am used to Delphi where I would simply drop a ttable component and grid onto the form. I cannot work out how to do this in visual studio 2005 c#.

Any help appreciated

SteveW

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 15 Mar 2006 12:25

In Visual Studio you can do that as simple as in Delphi. Just drop DataGrid component onto the form, create DataSource using the wizard accessible form Properties window and you are done.
For more information take a look at our Samples

Post Reply