desmondtan Posted March 15, 2003 Posted March 15, 2003 I deveoped a database in MSDE 2000. I would like to deploy it when installing with MSDE2000. How should I do that ? Quote
owinterton Posted March 18, 2003 Posted March 18, 2003 I've found a way to include it in the deployment package however I haven't found a way to allow the database connection to be specified by the user at install. It still looks for the path that I set for it where it was being developed. Quote
sempey Posted May 2, 2003 Posted May 2, 2003 I am also very interested in this topic. I am writing a VB.Net application that needs to deploy MSDE 2000 with it. After MSDE 2000 is installed, I would like to run a script to create the database, and add in some default data. Has anyone ever done this, or do they have any suggestions? Quote
desmondtan Posted May 5, 2003 Author Posted May 5, 2003 You may run the batch which contained the "osql" command"attach" . I used this before and it is successful . You may go to microsoft knowledge base web site to find topic " attach MSDE2000 database" to get the answer. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.