Link to home
Start Free TrialLog in
Avatar of khebert1
khebert1

asked on

Deployment with MSDE database

I need to know how to attach an MSDE database to my vb.net deployment application. I am using MSDE toolkit to make sure that MSDE and .Net framework are installed on the client pc. How do I use the installer class in vb.net to create or attach my database file? (Please include code example).
ASKER CERTIFIED SOLUTION
Avatar of RonaldBiemans
RonaldBiemans

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of khebert1
khebert1

ASKER

Looks great!, thanks for the help. Can I replace the create database code in the sql.txt file with sp_attach_db command and use an existing msde database?
You should be able to do that