Connect to remote Database from desktop

  • Thread starter Thread starter Mamatha
  • Start date Start date
M

Mamatha

Hi

I developed one website in ASP and i am developing desktop
application in VB.Both MS-Access databases(website and
desktop) are maintained on the website,then how can i
connect to the remote Access database from my VB(desktop)
application.Is it possible with the Access database or is
it possible with the SQL server.
If it possible then how can i do?
please suggest me the way or any URLs related to that.

Thanks in advace

Mamatha
 
Is it possible with the Access database or is
it possible with the SQL server.

You can't connect to remote Access databases since Access does not have a
TCP daemon.

To connect to SQL server, use Enterprise Manager (bundled with SQL server)
or a 3rd party tool.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top