connecting to an online database

malalation

New member
Joined
Apr 7, 2008
Messages
2
Programming Experience
1-3
I'm currently working on a project that consists of three parts:
(1) an ASP.NET website
(2) a VB.NET program
(3) a .mdf database that is shared between the ASP.NET website and the VB.NET program

so, because the database is shared, I need to upload the database to a web server, just like the website. but how can I access the database from my VB.NET program?
 
Back
Top