Hawk Posted August 26, 2003 Posted August 26, 2003 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 :) ! Quote
Datahighway Posted August 27, 2003 Posted August 27, 2003 Hi Hawk, which database you want to use ? If your database does not have so many Entries, take a Access Database else use a SQL 2000 or My SQL Database. Can you tell me more about your project ? Why do you use a web service ? I do not unterstand what do you mean with remote Database. Do you mean ODBC ? When you build a Webapplication, as a rule is your database on the Webserver too. Quote
Hawk Posted August 27, 2003 Author Posted August 27, 2003 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! Quote
*Gurus* Derek Stone Posted August 27, 2003 *Gurus* Posted August 27, 2003 A Web service would work nicely in a situation such as this, since the database isn't accessible directly. Quote Posting Guidelines
Hawk Posted August 28, 2003 Author Posted August 28, 2003 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 ;) ! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.