Click here to Skip to main content
15,867,141 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i am making my project on vb.net with SQlExpress as my back end
i tried to run my project on my college computer but it is not executing. i have to create the full database agin of my project on college pc to run my project,
so is there any solution so that i dont have to create the full database again and again to run my project on any computer i want
Posted
Comments
Sergey Alexandrovich Kryukov 21-Nov-12 12:53pm    
There are too many way to screw up things, so it would make no sense to consider them, without more or less comprehensive detail on your problem.
--SA
Pratik65 21-Nov-12 12:56pm    
my problem is my project is not running on my college pc . the database which i have made in sql express is on my local pc . so when i run my project on my college computer it does not show me my my project database

1 solution

You can try to backup and restore the database:
http://msdn.microsoft.com/en-us/library/ms187048.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900