G
Guest
(Sorry if this is a little vague.)
I have a program I want to turn into a shareware package. This means that I
have to come up with deployment simple enough for anyone to use and small
enough to download quickly. This program needs a relatively small simple
database to work and I've developed it using SQL Server. I have no doubt the
data structure could be replicated on almost any popular db system. I think
I know enough to write code that would allow the program to create either a
SQL Server or Access db after installtion but I don't want to re-invent the
wheel. (And I would like to make it flexible enough so that conceivably a
user could create the data structure on any conventional db system and hook
to it.)
While I know how to program, I do not have any serious experience with Dot
Net program deployment. Where is a good place to discuss this and does
anyone have any advice or sample code they'd like to share?
Thanks.
I have a program I want to turn into a shareware package. This means that I
have to come up with deployment simple enough for anyone to use and small
enough to download quickly. This program needs a relatively small simple
database to work and I've developed it using SQL Server. I have no doubt the
data structure could be replicated on almost any popular db system. I think
I know enough to write code that would allow the program to create either a
SQL Server or Access db after installtion but I don't want to re-invent the
wheel. (And I would like to make it flexible enough so that conceivably a
user could create the data structure on any conventional db system and hook
to it.)
While I know how to program, I do not have any serious experience with Dot
Net program deployment. Where is a good place to discuss this and does
anyone have any advice or sample code they'd like to share?
Thanks.