SylvainRicher
New member
- Joined
- Apr 12, 2009
- Messages
- 2
- Programming Experience
- 10+
Hi,
...Need help!
I have written a windform application using Visual Studio 2005, VB.NET and SQL Express for the database.
The application is installed on 5 Laptop computers; I need to be able to copy the database (.mdf) from on Laptop to another.
The problem I am having is that once the application is installed on the Laptops, I can not find the database file. The application is working well, but the database seem to be hided somewhere.
Some of my tables in my SQL database contain Image type items. So I can not simply download the data into ASCII files and then reload from those ASCII files.
Is there a simple way, if possible from VB.NET, to copy my database from on Laptop to another?
Note: Those Laptops do no have network connection.
Thank you!
Sylvain
...Need help!
I have written a windform application using Visual Studio 2005, VB.NET and SQL Express for the database.
The application is installed on 5 Laptop computers; I need to be able to copy the database (.mdf) from on Laptop to another.
The problem I am having is that once the application is installed on the Laptops, I can not find the database file. The application is working well, but the database seem to be hided somewhere.
Some of my tables in my SQL database contain Image type items. So I can not simply download the data into ASCII files and then reload from those ASCII files.
Is there a simple way, if possible from VB.NET, to copy my database from on Laptop to another?
Note: Those Laptops do no have network connection.
Thank you!
Sylvain