Webcast: Using SQL Server Management Studio & Visual Studio to Build Data-Oriented Mobile Applications

You Can Take it With You

Syndication

News

  • Don't miss the next Windows Mobile Webcast... Unit Testing for Mobile Devices: http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032382824&EventCategory=4&culture=en-US&CountryCode=US.
 
We have more SQL Server Mobile Edition data management and data-oriented development tools then ever before. You’ve likely heard of these tools but are you getting as much out of them as you can? In this webcast you will learn how to leverage both SQL Server Management Studio and Visual Studio 2005 to simplify SQL Mobile-oriented application development. Topics covered include data form generation, interactively modifying the structure & contents of a SQL Mobile database, creating Merge Replication publications, interactive query testing, and overriding default settings to produce faster executing code.
 
I hope to see you there.

Posted Sep 19 2006, 06:35 AM by jim-wilson

Comments

Bobby Schaffer wrote re: Webcast: Using SQL Server Management Studio & Visual Studio to Build Data-Oriented Mobile Applications
on 11-14-2006 2:11 PM
I enjoyed your webcast. I worked through your example for using a MSDataSetResultSetGenerator to use the DataSet-generated Forms with a SqlCeResultSet. I made the edits and all works as predicted. My question: what code do you need to add to save the new or updated record to the database? I need the SqlCeResultSet version of this DataSet code:
if (myDataSet.HasChanges())
myTableAdapter.Update(myDataSet)
Thanks,
Bobby

Add a Comment

(required)  
(optional)
(required)  
Remember Me?