Hi,

I'm new to mobile development and currently we will adopt the .NET CF solution on pocket pc to develop a program to show customer information for our client.

I know that there is a SQL Server CE version running on .NET CF. When I write db related codes, is it just like say VB.NET, use dataadapter to send SQL to retrieve record from SQL CE?

In general, when designing db for mobile device, should we minimize join and complexity of SQL? If so, I may consider de-normalize some of my tables.

Please advise, thx!