954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

make multiple projects use one database

I am making a project for my client who needs a system that has to have a user interface (an Asp website) and a Manager interface (a C# app). the twist is that no matter how many new users sign up or edit their account via website or the manager adds the himself the new members, these changes are to be updated both for manager and the users database. Is it possible if using Ms Visual Studio 2010 and MySql ? How i can accomplish it?

imobby
Newbie Poster
24 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

A database can hold and serve you data no matter where you connect from. Point both applications to the save server and you'll be just fine.

No offence, but I read you're going to build a website and in contrast with your question I can't help but think that if you - or your client - exposes a site that begun with this type of question, to the internet it will become the playground for SQL injections.
Read about SQL injection and build into your project -especially the ASP part - the practises that will minimize the danger.

adam_k
Practically a Posting Shark
803 posts since Jun 2011
Reputation Points: 256
Solved Threads: 149
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: