View Single Post
  #1 (permalink)  
Old 07-16-2007, 4:38 PM
95se5m's Avatar
95se5m 95se5m is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Nov 2004
Location: NE Pennsylvania
Age: 37
Posts: 21
Reputation: 67
95se5m is on a distinguished programming path ahead
Default Database Schema Comparison

Hello all. I am using Sql Compact Edition for a small standalone application, I create and build the initial database schema on the initial startup of the application. What I am looking for is a way to upgrade the software and on initial startup of the new version, I would like it to compare the existing database with a new schema and then update the database based on the difference. This way I can have a version that will update the database without me having to know what version it is to begin with. Is there a way to do this or am I asking too much?

Thank you,

Jim
Reply With Quote