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.
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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.