HI,
I have a MS Access database on desktop server
so how i can connect my web site with this DB
to read data directly from the source.
Thanks in advance
Printable View
HI,
I have a MS Access database on desktop server
so how i can connect my web site with this DB
to read data directly from the source.
Thanks in advance
Is your website on the same server as your database?
If so, then just use a connection string. You can get help with connection strings from ConnectionStrings.com
If not, then you will either have to have a static IP, or use dynamic DNS from someplace like DynDNS.
ADO.NET Tutorial (using MS Access)
http://www.vbforums.com/showthread.php?t=466658