Access to my database form Internet

radek225

Registered User.
Local time
Today, 08:31
Joined
Apr 4, 2013
Messages
307
I have my database on a server. There is some way to have access from Internet to my database (split to front-end)?
I mean, I open my front which can automatically connect to my database using Internet and download data from end (server).
 
I found connection string which I should use. But where I should past this code, and how to use it?
Code:
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\myFolder\myAccessFile.accdb;
Persist Security Info=False;
 

Users who are viewing this thread

Back
Top Bottom