Deploying windows application
-
hi all, i developed one windows application which needs database interaction . now i want to deploy the application in the client system which dont have .net and database . i know how to install .net framework component but which database component i want to install to run the database .im using sql 2005. can u please explain me the procedure ... thanks . CSN
-
hi all, i developed one windows application which needs database interaction . now i want to deploy the application in the client system which dont have .net and database . i know how to install .net framework component but which database component i want to install to run the database .im using sql 2005. can u please explain me the procedure ... thanks . CSN
Depends on the app. The simplest thing I've found is to write an app that runs the installation scripts against the DB. You can also ship a DB backup and expect the user to restore it. I'm sure there are other ways, but the question is, how technical are your end users ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
hi all, i developed one windows application which needs database interaction . now i want to deploy the application in the client system which dont have .net and database . i know how to install .net framework component but which database component i want to install to run the database .im using sql 2005. can u please explain me the procedure ... thanks . CSN
First of all, is there any Sql server installed? Or which dbms are you using?
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
-
First of all, is there any Sql server installed? Or which dbms are you using?
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
hi , thanks for ur reply . here in client system he dont have any database i have to do all the things . i dont know whether to install full version of sql server 2005 or sql server express 2005 . is sqlexpress2005 is sufficient ??? can u tell which is better one to do .. thanks . CSN
-
hi , thanks for ur reply . here in client system he dont have any database i have to do all the things . i dont know whether to install full version of sql server 2005 or sql server express 2005 . is sqlexpress2005 is sufficient ??? can u tell which is better one to do .. thanks . CSN
That depends on the client needs. You should check the differences between the express edition and the full version. Also keep in mind that while the express edition is free, the full version is not. I never agree to install any pirated software to any client, it's not fair and you too could be held liable.
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern