Jump to content
Xtreme .Net Talk

Hawk

Members
  • Posts

    3
  • Joined

  • Last visited

About Hawk

  • Birthday 09/19/1987

Personal Information

  • Visual Studio .NET Version
    VS.NET 2002 Pro Student
  • .NET Preferred Language
    C#

Hawk's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. But how? Can anyone give me some details... or direct me to an online tutorial which explains how to implement a webservice in my situation. Bear in mind that I'm only a beginner ;) !
  2. Details Basically, I need to make a Windows application which can read, and modify, an MS Access database. With a local database, this is easy, but I do not know how to do it when the database is on a web server. I am trying to make a simple corporate management program which uses a database. The database needs to be on a web server because the company has no LAN or Intranet, and the it needs to be accessible from more than one computer. I cannot use SQL Server, because hosting costs are generally too high, whereas most hosting companies offer free Access support. I am really only a beginner, so I'm not sure whether Web services have any relevance at all... it was just a thought :cool: ! Please help!
  3. Hello all, Im trying to make a windows application in c# which accesses and can modify a remote database on a web server. I have no idea how to do this :confused: ... can anybody help? Maybe I should make a web service and use that, but I don't know how to do that and it might not even be the right answer. Please help me :) !
×
×
  • Create New...