best idea for corporate database?

3 replies
I need to build a corporate product product tracability app that can be accessed by everyone on the network but needs to be 100% secure. but I'm not sure how to start or the best way to go about it. I can probably handle the programming if its php/mysql but I need some advice on how i need to go about it?
#corporate #database #idea #interface
  • Profile picture of the author thelearningman
    Is this to be an intranet site? If you're not limited to that, consider using a gui .NET client with a TCP/IP connection to a server and then to a database. Another option would be some Java enterprise system using Spring or EJB 3.0 for an RMI server connection and then a tie in to MySQL.
    {{ DiscussionBoard.errors[6604858].message }}
  • Profile picture of the author jaasmit
    Which are you trying to do it online or offline?? It depends. If you want to do it online then you can just do with mysql.
    {{ DiscussionBoard.errors[6609837].message }}
  • Profile picture of the author ltrain_riders
    If you are talking PHP then you are looking at a web app. If you use PHP then I would suggest using a framework to make development easier. There will be a learning curve for using a framework but once you understand it then development because a matter of implementing the business logic and less about mundane tasks of validating forms, querying the database, etc. Take a look at Yii Framework, or Cake PHP.

    Another option could be to use Adobe Air for more of a stand alone deployment on each user's desktop. You can develop an air app using HTML, JavaScript, ActionScript, flex or flash.
    {{ DiscussionBoard.errors[6612637].message }}

Trending Topics