Hi, just a few things I'd like to know before getting too deep into my development.
I'm currently shipping my program with SQLExpress databases, so developing using the System.Data.SqlServerCe namespace, however once I've got all the nitty gritty stuff sorted out, I'd like to allow the client to choose whatever SQL Server version they have, would I have to do a custom build using another SQLServer namespace to support this functionality?
Also, how difficult is it install program updates? I'd like it so their My.Settings and maybe some other selected files like databases don't get overwritten if they already exist but added if they don't?
Any help would be greatly appreciated.
Thanks.
I'm currently shipping my program with SQLExpress databases, so developing using the System.Data.SqlServerCe namespace, however once I've got all the nitty gritty stuff sorted out, I'd like to allow the client to choose whatever SQL Server version they have, would I have to do a custom build using another SQLServer namespace to support this functionality?
Also, how difficult is it install program updates? I'd like it so their My.Settings and maybe some other selected files like databases don't get overwritten if they already exist but added if they don't?
Any help would be greatly appreciated.
Thanks.
Last edited: