Results 1 to 2 of 2

Thread: Question on database access via web

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2009
    Posts
    258

    Question Question on database access via web

    I have a windows desktop app I'd like to release that would access data from a database on the web. Never done this before, so not sure what's needed either on the client side or the server side.

    Can anyone point me to some information on how to do this?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Question on database access via web

    Are you intending to connect to the database directly or via a web service? If it's your own database and you have a web server available then you would probably want to create a web service and have the Windows clients connect to that. If it's an existing database then you're constrained by what the host provides in the way of access.

    If you intend to connect directly, what sort of database is it?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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