Results 1 to 4 of 4

Thread: Connect to database on the web...

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2002
    Location
    Canton, GA
    Posts
    487

    Connect to database on the web...

    I have an access database on the web.... how can i connect to my database from vb.net and display, change, save data from a web site?

    I have a book that only covers connecting to a database on a local machine....

    also how can this be done using a dsn-less connection?

    p.s. - I have purchased a secure certificate for this site... how do i maintain a secure connection from my program to the web server?


    Thanks,

    Anjari

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I could be wrong but I don't think you can connect remotely to an Access database via the web.

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Depending on what you are doing and what kind of server setup you have you could setup a webservice that returns the db, or parts thereof, in the form of a dataset.

  4. #4
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Is the website running asp.net? If it is, you could deploy a webservice that exposes methods to update the database. Then you could consume that webservice from your app.
    Dont gain the world and lose your soul

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width